Skip to main content
Glama
ffeldhaus

angular-i18n-mcp

by ffeldhaus

list_new_translations

Retrieve untranslated Angular i18n units with state 'initial' for a target locale to find new strings needing translation.

Instructions

List new (untranslated) units with state='initial'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
localeYesTarget locale (e.g., 'de')
pageSizeNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.3.0

TDQS

C2.8/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It indicates a read-only listing operation and a state filter, but omits pagination behavior, permission requirements, what 'untranslated' means operationally, and what the response contains.

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 a single, front-loaded sentence with no filler. It immediately states the operation and its filtering condition.

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

Completeness2/5

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

For a simple list tool with no output schema and no annotations, the description is too thin. It omits pagination semantics, the required 'locale' parameter, and any comparison to the sibling 'list_all_translations', leaving an agent to infer important context.

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

Parameters2/5

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

Schema description coverage is only 33%, with just the 'locale' parameter documented in the schema. The description does not add any parameter-level meaning for 'page' or 'pageSize', nor does it clarify the required 'locale' beyond the schema description.

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

Purpose4/5

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

The description states a specific verb ('List') and resource ('new (untranslated) units'), with an additional state filter ('state='initial''). It clearly distinguishes itself from a generic list operation, but does not explicitly contrast with its sibling 'list_all_translations'.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus 'list_all_translations' or other siblings. The purpose implies a use case (finding untranslated units), but no explicit exclusions or alternative routing are provided.

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