Skip to main content
Glama

create_module

Create a new module for translation in a project.

Args: module_name: Name of the module to create project_key: Project key (tenant ID). Uses global tenant_id if not provided

Returns: JSON string with module creation result including module ID and name

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
module_nameYes
project_keyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden for behavioral disclosure. It does mention a key behavior (project_key uses global tenant_id if not provided) and the return format, but it does not cover potential errors, idempotency, or permissions. This is adequate but not rich.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded with the action, followed by a clean Args/Returns structure. Every sentence adds value, and there is no redundant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 2-parameter tool with an output schema, the description covers purpose, parameters, and return value. It does not explain prerequisites or edge cases, which might be relevant for a creation tool, but the overall context is sufficiently complete for an AI agent to use it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It defines both parameters: module_name as the name to create, and project_key as the tenant ID with its defaulting behavior. This adds meaning beyond the bare schema property names, though the default behavior could be more detailed.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Create') and the specific resource ('a new module for translation in a project'). This distinguishes it from sibling tools like get_translation_modules (which retrieves modules) and save_module_keys_with_translations (which saves keys).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The context of use is clear: it's for creating a translation module within a project. However, it does not explicitly name alternative tools or state when not to use this tool, so it misses the exclusionary guidance of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources