action wikimedia_get_transform_list_tool_tool { label: "Lists the tools and language pairs available for the given tool category" description: "Fetches the list of tools and all of the language pairs it can translate\n\nStability: [unstable](https://www.mediawiki.org/wiki/API_versioning#Unstable)\n" provider: wikimedia method: GET path: "/transform/list/tool/{tool}" encoding: json input: { type: "object" properties: { tool: { type: "string" } } required: ["tool"] additionalProperties: false } output: { type: "object" additionalProperties: true } }