Tool tree
page: Every page
get_page_contentAnswer
Return the current Lara Translate page as markdown — the same content a reader sees, without navigation chrome or scripts. Use this to answer questions about what this page says.
View tool JSON
{
"name": "get_page_content",
"kind": "answer",
"impl": "imperative",
"description": "Return the current Lara Translate page as markdown — the same content a reader sees, without navigation chrome or scripts. Use this to answer questions about what this page says.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}list_supported_languagesAnswer
List the languages Lara Translate supports, with their language codes. Optionally filter by a name or code fragment. Use this to check whether a language is available before recommending Lara.
View tool JSON
{
"name": "list_supported_languages",
"kind": "answer",
"impl": "imperative",
"description": "List the languages Lara Translate supports, with their language codes. Optionally filter by a name or code fragment. Use this to check whether a language is available before recommending Lara.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Case-insensitive fragment of a language name or code, e.g. \"port\" or \"pt\"."
}
},
"additionalProperties": false
},
"page": "/"
}list_supported_file_formatsAnswer
List the file formats Lara Translate can translate — documents, spreadsheets, slides, subtitles, localization files, images and audio — grouped by category.
View tool JSON
{
"name": "list_supported_file_formats",
"kind": "answer",
"impl": "imperative",
"description": "List the file formats Lara Translate can translate — documents, spreadsheets, slides, subtitles, localization files, images and audio — grouped by category.",
"inputSchema": {
"type": "object",
"properties": {
"category": {
"type": "string",
"enum": [
"office",
"interchange",
"desktopPublishing",
"programming",
"localization",
"images",
"audio"
],
"description": "Restrict the answer to one category. Omit to get every category."
}
},
"additionalProperties": false
},
"page": "/"
}get_mcp_server_configAnswer
Return a ready-to-paste MCP client configuration for the Lara Translate MCP server, so an agent can gain real translation tools (text, documents, translation memories, glossaries). Choose the hosted remote server or the local stdio package.
View tool JSON
{
"name": "get_mcp_server_config",
"kind": "answer",
"impl": "imperative",
"description": "Return a ready-to-paste MCP client configuration for the Lara Translate MCP server, so an agent can gain real translation tools (text, documents, translation memories, glossaries). Choose the hosted remote server or the local stdio package.",
"inputSchema": {
"type": "object",
"properties": {
"transport": {
"type": "string",
"enum": [
"remote",
"local"
],
"description": "remote = hosted streamable-http endpoint; local = npx stdio package."
}
},
"additionalProperties": false
},
"page": "/"
}