Skip to main content
Glama

fr-legal-kit

ape_naf

French APE/NAF rev.2 format check: 4 digits + 1 letter (62.01Z). No INSEE lookup of the label. Paid $0.01 USDC Base x402.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4/5.0
Behavior4/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 disclosure. It covers the essential behaviors: pure format validation, no external label lookup, and critically the $0.01 USDC Base x402 payment cost — a material side effect an agent must know before calling. It does not mention error behavior on invalid input, but for a simple check tool this is adequate.

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?

A single front-loaded sentence with zero filler. Every clause earns its place: the purpose, the format spec, the no-lookup limitation, and the payment disclosure. Model-efficient and complete.

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 simple format-check tool with no output schema, the description covers purpose, input format, scope limitations, and cost. The main gap is the unspecified input-passing mechanism given the permissive additionalProperties schema, and the absence of any hint about the return value (boolean vs. error). Minor given the tool's simplicity.

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

Parameters3/5

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

There are 0 defined parameters, giving a baseline of 4. However, the schema sets additionalProperties: true, meaning arbitrary key-value pairs are accepted, and the description never explains what key or format to use to pass the code to validate. The format pattern (4 digits + letter) partially clarifies the expected value, but the input mechanism remains ambiguous.

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?

States a specific verb+resource: 'format check' of 'French APE/NAF rev.2' with an exact format pattern (4 digits + 1 letter, e.g. 62.01Z). This clearly distinguishes it from siblings like check_siret and check_iban, which validate different code types. The scope is unambiguous.

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

Usage Guidelines3/5

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

The 'No INSEE lookup of the label' clause implies the tool is for structural validation only, not for retrieving semantic label data — which is useful scoping. However, no explicit when-to-use guidance or named alternative is provided, so routing relies on inference from the sibling list rather than direct instruction.

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.

TDQS

C2.7/5.0
Disambiguation3/5

Many tools cover adjacent legal concepts such as down payments (acompte/arrhes), payment deadlines (due_date/due_eom/days_late), and identifier checks (check_siret/siren_from_siret/vat_key/eori), which can cause misselection. The descriptions do distinguish them clearly, but the sheer volume of overlapping categories still creates boundary confusion for an agent.

Naming Consistency4/5

All tool names use lowercase snake_case and are mostly short, readable French legal nouns or noun phrases, so there is a predictable stylistic pattern. The mix of French and English names and the occasional verb-led names like check_siret or siren_from_siret prevent a perfect score.

Tool Count1/5

With 68 tools, this server is far beyond the well-scoped 3-15 tool range and even beyond the 50+ extreme-mismatch threshold. Each tool is a tiny one-purpose helper, but the set as a whole is overwhelming and should be grouped into fewer, broader tools or split into multiple servers.

Completeness5/5

The tool surface covers an impressively broad range of French legal needs: statutory invoice mentions, payment penalties, holidays, VAT calculations, identifier checks, warranties, withdrawal rights, and dunning steps. There are no obvious dead ends, and mention_fields acts as a completeness checklist for required invoice mentions.