Skip to main content
Glama

Translation MCP Server

by peio72

set_workspace_config

Configures workspace-specific translation settings by updating the partial TranslationConfig. Supports both workspace and project scope, enabling precise control over translation configurations in the Translation MCP Server.

Instructions

Update workspace-specific translation settings

Input Schema

NameRequiredDescriptionDefault
configYesPartial TranslationConfig to update
scopeNoConfiguration scope, defaults to "workspace"

Input Schema (JSON Schema)

{ "properties": { "config": { "description": "Partial TranslationConfig to update", "type": "object" }, "scope": { "description": "Configuration scope, defaults to \"workspace\"", "enum": [ "workspace", "project" ], "type": "string" } }, "required": [ "config" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/peio72/mcp-translation'

If you have feedback or need assistance with the MCP directory API, please join our Discord server