Skip to main content
Glama

fr_article

Read-onlyIdempotent

Retrieve the full verbatim text of any French legal article by providing the document ID and provision reference.

Instructions

Pelny verbatim tekst przepisu (document_id + provision_ref, np. 'code-travail' + 'L1233-15'). provision_ref tolerancyjny ('Article L. 1233-15' == 'L1233-15'). Kody bledow: missing_arg, not_found, corpus_error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
document_idYesID dokumentu (np. 'code-civil', 'code-travail')
provision_refYesOdwolanie do przepisu (np. 'L1233-15', '1234', 'R123-4')
Behavior4/5

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

Annotations already indicate readOnlyHint=true and idempotentHint=true. The description adds behavioral context beyond annotations, such as tolerance in provision_ref format (e.g., 'Article L. 1233-15' equals 'L1233-15') and error codes (missing_arg, not_found, corpus_error). No contradiction.

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

Conciseness4/5

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

The description is concise, front-loading the main purpose and including error codes efficiently. However, it is in Polish which may reduce clarity for non-Polish agents; still, it earns its space.

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?

Given no output schema, the description states it returns the full verbatim text. It mentions error codes, which is helpful. Annotations cover safety. Additional details about return format or encoding are missing, but overall it is adequate.

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 coverage is 100%, so the schema already describes parameters. The description adds value by providing an example and explaining the tolerance behavior of provision_ref, which is not present in the schema.

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 tool retrieves the full verbatim text of a legal provision using document_id and provision_ref, with an example. This distinguishes it from sibling tools like fr_search (search) and fr_list_documents (list).

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?

No guidance on when to use this tool vs alternatives (fr_search, fr_list_documents, fr_validate_citation). The description implies usage for retrieving a specific article but does not explicitly state when not to use it.

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

Install Server

Other Tools

Latest Blog Posts

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/matematicsolutions/mcp-fr-legal'

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