portfolio_list_projects
All projects by Marian Matinca (AI Adoption Lead, Bucharest): id, title, category, one-line result, tags, live site. Call portfolio_get_project with {id} for full details.
Parameters1
| lang | string | optional | Content language (all content exists in both en and ro) |
Raw schema
{
"type": "object",
"properties": {
"lang": {
"type": "string",
"enum": [
"ro",
"en"
],
"default": "en",
"description": "Content language (all content exists in both en and ro)"
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}