Lingoris — traduction assermentée
Server Details
Sworn (certified) translation in France: instant firm price, 100+ languages, order tracking.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-06-18
- URL
TDQS
Scored across 3 tools
Each tool targets a completely distinct concern: order status lookup, price estimation, and language catalog. There is no overlap or ambiguity between them.
All tools follow a uniform 'get_<noun>' pattern, making the naming predictable and consistent.
With 3 tools, the count falls within the well-scoped 3-15 range. Each tool provides a necessary, non-redundant capability for the service.
The tools cover the key informational needs for the service: checking order status, getting price estimates, and listing languages. A minor gap is the absence of order creation or management, but those actions are handled on the website, so the surface is reasonably complete.
Available Tools
3 toolsget_order_statusSuivre une commande LingorisARead-onlyInspect
Avancement d'une commande Lingoris à partir de son numéro (LG-XXXX-XXXXX) et de l'email utilisé lors de la commande. Renvoie l'étape en cours, la date de livraison estimée et le lien de suivi. Le téléchargement des traductions se fait uniquement sur lingoris.fr après vérification de l'email.
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Email utilisé pour la commande. | ||
| order_number | Yes | Numéro de commande, format LG-2609-A7K2M. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, covering the read-only nature. The description adds value by specifying the exact data returned (step, delivery date, link) and the constraint that downloads are not performed here. This goes beyond the annotation's simple read-only flag, giving the agent a clear behavioral model. No contradiction found.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with zero fluff. The first sentence states purpose and inputs, the second lists outputs and a critical limitation. The most important information (order status retrieval) is front-loaded, and every sentence earns its place. No redundancy or unnecessary details.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple (2 params, no output schema). The description adequately covers what it returns (step, delivery date, tracking link) and the download limitation. Without an output schema, the description does not specify the exact response structure, but listing the fields gives the agent a reasonable expectation. It could mention error handling or required order existence, but these are minor gaps for a read-only lookup tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%: both parameters have descriptive text ('Email utilisé pour la commande' and format example). The description repeats the format (LG-XXXX-XXXXX) but adds no new meaning beyond what the schema already provides. It doesn't elaborate on validation, edge cases, or parameter interdependencies, so the baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('get status') and resource (Lingoris order), and lists the exact outputs (current step, estimated delivery, tracking link). It clearly distinguishes itself from siblings (price estimate, languages) by focusing on order tracking. The additional note that downloads happen only on lingoris.fr clarifies what the tool does not do, removing ambiguity.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly implies when to use this tool (to check order status) and explicitly states when not to use it (for downloading translations, which requires lingoris.fr). However, it does not name alternative tools or provide explicit 'when-not' scenarios beyond the download case. Since siblings are unrelated, this is adequate context without exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_price_estimateEstimer le prix d'une traduction assermentéeARead-onlyInspect
Prix ferme TTC d'une traduction assermentée Lingoris pour une paire de langues, un nombre de pages et un délai. Une page tarifaire = 250 mots : le nombre de pages définitif est déterminé à l'upload du document sur lingoris.fr, ce prix vaut donc pour le nombre de pages indiqué. TVA française 20 % incluse. Aucun tarif dégressif : le prix dépend uniquement de la langue, du nombre de pages et du délai.
| Name | Required | Description | Default |
|---|---|---|---|
| pages | No | Nombre de pages tarifaires (250 mots par page). | |
| source | No | Langue du document d'origine (défaut : "fr"). | fr |
| target | Yes | Langue de destination — nom français, anglais ou code ISO ("anglais", "en", "arabe"). | |
| urgency | No | standard = 24 h ouvrées, priority = 12 h, urgent = 6 h. | standard |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations declare readOnlyHint=true and openWorldHint=false, aligning with the description's nature as a read-only quote generator. The description adds valuable behavioral context: the price is fixed, includes French VAT, and is based solely on the three input factors, with an explicit note that the page count is provisional until upload. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise, front-loaded with the core purpose, and every sentence adds value: the pricing model, page definition, VAT, and pricing independence. It is well-structured and avoids redundancy, achieving high information density without unnecessary fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with four parameters, no output schema, and read-only annotations, the description covers the essential context: what the price includes, how pages are measured, and that it is a definitive quote for the given inputs. It could potentially specify the currency (implied by TTC and France), but this is minor; the description is otherwise complete for correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so parameters are already documented. The description adds meaning by defining that one tariff page equals 250 words, clarifying that the price holds for the indicated page count, and confirming that no degressive pricing applies. This goes beyond the schema's bare definitions and helps an agent interpret parameters correctly.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly specifies a fixed-price quote for a certified translation, enumerating the inputs (language pair, page count, deadline) and clarifying the pricing logic (per-page definition, VAT inclusion, no discounts). It clearly differentiates from sibling tools (order status, language list) by stating its exact purpose.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implicitly defines when to use this tool (to obtain a price for a given language pair, pages, and urgency). It explains that the final page count is determined at upload, so the estimate is based on the specified page count. It does not explicitly name alternatives or exclusions, but the context is clear enough for an agent to route correctly.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_languagesLister les langues traduitesARead-onlyInspect
Catalogue des langues de traduction assermentée Lingoris (100+ langues et variantes), avec le prix indicatif de base par page TTC et la page dédiée. Filtrable par recherche, région ou gamme tarifaire.
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | Filtre par gamme tarifaire. | |
| limit | No | ||
| region | No | Filtre par zone géographique. | |
| search | No | Filtre sur le nom de la langue (français, anglais ou code ISO). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The readOnlyHint and openWorldHint annotations already communicate that this is a safe, read-only operation, so the description does not need to restate that. It adds useful context about prices being indicative and including tax (TTC), but does not disclose operational behavior such as pagination, rate limits, or response structure beyond what the schema already implies.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and front-loaded: it names the resource, its scope (100+ languages), the key returned data (base price per page, dedicated page), and the available filters. Every clause contributes useful information with no filler or repetition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a read-only 4-parameter listing tool with no output schema, the description covers the main content returned (languages, prices, pages) and the filtering dimensions. It does not mention the limit parameter or explain how the result set is ordered or paginated, but the schema already exposes limit and the use case is otherwise well specified.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 75%, so most parameters are already described. The description reinforces the meaning of search, region, and tier filtering by saying the catalogue is 'filterable by search, region, or price range', but it adds no additional meaning for the limit parameter, which remains undocumented in both the schema and description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies a specific resource: a catalogue of Lingoris sworn translation languages (100+ languages and variants), including base price per page and dedicated page. It distinguishes itself from the price-estimate and order-status siblings by focusing on enumerating languages rather than computing quotes or tracking orders.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use the tool: when an agent needs a filterable list of languages with indicative prices. However, it does not explicitly contrast it with get_price_estimate or state when a price estimate tool should be preferred instead, leaving some routing to inference.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
3 tool updates
- First observed
get_order_status - First observed
get_price_estimate - First observed
list_languages
Related MCP Connectors
French public services: tax, property, admin, education, healthcare, security, risks, legal texts
French rental tools: create & e-sign a lease, rent control, IRL, deposit, receipts (France).
French legal research: statutes in force at any date, case law both ways, verified citations.
Instant pricing for French land-registry documents (etat hypothecaire, deeds). Read-only, no auth.
Related MCP Servers
- AlicenseAqualityCmaintenanceHelps citizens and businesses navigate French bureaucracy with AI, covering taxes, social charges, benefits, invoices, administrative letters, collective agreements, and retirement.2225 npm1MIT
- AlicenseNot gradedqualityCmaintenanceProvides sourced, dated calculations for French income tax (including brackets, marginal rates, and surtaxes) and pension estimates across 30+ retirement schemes, with confidence levels and legal references for each result.1MIT
- AlicenseAqualityAmaintenanceExact French real-estate legal calculations for AI agents: IRL rent revision, service-charge reconciliation, compliant rent receipts — legal basis included in every answer.41MIT
- AlicenseNot gradedqualityCmaintenanceAccess 17M+ geocoded French property transactions (DVF), 22M+ DPE energy ratings, and 20M+ building records via MCP or REST API. Search transactions, market stats, comparables, price trends, rental yield, flip detection, and more.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.