list_local_locales

Scan project for locale files (JSON, ARB, .strings, .xcstrings, .stringsdict), detect i18n framework (next-intl, i18next, react-intl, flutter, ios-macos, generic), and return structured information about available translations.

Server Langapi tedyhub/langapi-mcp-server
Category Read
Risk class Low
Parameters 00 required

What list_local_locales does on Langapi

AI agents call list_local_locales to retrieve information from Langapi without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

Why list_local_locales needs a policy

This tool performs a scanning and detection operation to gather information about locale files and i18n framework configuration in a project. It has no side effects—it does not create, modify, delete, or execute any code. It falls squarely into the Read category as it simply queries and returns structured data about the current state of locale files and detected framework type.

From the tool's definition Tool name is 'list_local_locales' and description states it will 'Scan project for locale files' and 'return structured information about available translations'.

Questions about list_local_locales

What does the list_local_locales tool do? +

Scan project for locale files (JSON, ARB, .strings, .xcstrings, .stringsdict), detect i18n framework (next-intl, i18next, react-intl, flutter, ios-macos, generic), and return structured information about available translations. It is categorised as a Read tool in the Langapi MCP Server, which means it retrieves data without modifying state.

How do I enforce a policy on list_local_locales? +

Register the Langapi MCP server in PolicyLayer and add a rule for list_local_locales: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Langapi. Nothing to install.

What risk level is list_local_locales? +

list_local_locales is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit list_local_locales? +

Yes. Add a rate_limit block to the list_local_locales rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block list_local_locales completely? +

Set action: deny in the PolicyLayer policy for list_local_locales. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides list_local_locales? +

list_local_locales is provided by the Langapi MCP server (tedyhub/langapi-mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.