概要

Get translation status

MCPget_translation_status
READ$0.00003 / call
Features

How each enabled language stands against the source RIGHT NOW: pages current / behind / missing / manual, the percentage, whether a run is in flight and how far along, and what the last run did — including which agent run started it. Coverage is null (never 0) when the source repository could not be read.

Input2
Authorizationheaderrequired
Your API key, for the REST call. Sent from your browser straight to the API — never to Docsbook, never stored.
workspace_idstringrequired
Numeric workspace id — OR the project as the user names it: 'owner/repo', the repo name alone, the site's display name, its docs URL or custom domain. Text is resolved server-side; an ambiguous name returns the candidates instead of guessing, so pass what the user said rather than calling list_workspaces first.
languagesstring[]
ISO codes to report on (default: every language switched on for this project)
Output1
……
Per enabled language: pages current / behind / missing / manual, percentage, whether a run is in flight, and what the last run did.
Use cases
  • Call this BEFORE run_translation_pass: a language already level with the source costs money to re-translate and changes nothing.
Limitations
  • REQUIRES PRO or higher.
Example input
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_translation_status",
    "arguments": {
      "workspace_id": "<workspace_id>"
    }
  }
}
Example output
{
  "…": "<…>"
}

更新日

このページは役に立ちましたか?