Skip to main content
Glama

GraceRoad: prepare a request

graceroad_preparer_demande
Read-only

Prepares a request to GraceRoad and returns a link for the user. For 'transport', the link opens GraceRoad's assistant with the request already written; the user sends it themselves. Submitting a transport request is PAID (study fee, not the transport price): you must tell the user the amount given in 'a_dire_a_l_utilisateur' before giving them the link. For 'carburant' (fuel in volume) asking for an offer is free. For 'sourcing', the enquiry is free and a fixed fee is quoted afterwards. This tool creates nothing and charges nothing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoWished loading date or period.
departNoLoading place, for example 'Dakar' or 'Port of Abidjan'.
langueNoLanguage of the user: 'fr' for French, 'en' for English. Defaults to 'fr'.
arriveeNoDelivery place, for example 'Bamako'.
serviceYes'transport' for road freight, 'carburant' for fuel supply, 'sourcing' for buying commodities.
quantiteNoQuantity with its unit, for example '30 tonnes' or '2 x 40ft containers'.
precisionsNoAny other useful detail, one or two sentences.
marchandiseNoGoods or product, for example 'rice in bags' or '50 ppm diesel'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already set readOnlyHint=true and destructiveHint=false; the description reinforces this with 'This tool creates nothing and charges nothing.' It adds significant behavioral context beyond annotations: link generation, user self-submission, paid/free status for each service, and a mandatory user-facing disclosure. This fully discloses the tool's side effects and operational traits.

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 dense paragraph with no filler. It front-loads the core purpose, then logically expands into service-specific variations and constraints. Every sentence contributes essential information, and the structure makes it easy to scan for key warnings.

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

Completeness5/5

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

For a tool with 8 parameters, no output schema, and two enums, the description is remarkably complete. It covers the primary result (link), user interaction, cost implications, and what the tool does not do. The absence of an output schema is mitigated by stating the return type upfront. An agent calling this tool has all necessary operational context.

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 100%, so the baseline is 3. The description adds meaningful semantics to the 'service' parameter by explaining the real-world consequences of each enum value (payment, link behavior, fee quotation). This goes beyond the schema's plain enum labels and helps the agent choose the correct value and set user expectations.

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 uses a specific verb and resource: 'Prepares a request to GraceRoad and returns a link for the user.' It clearly distinguishes this from siblings by focusing on request preparation and link generation, while also enumerating service types. An agent can tell this apart from graceroad_corridors and graceroad_presentation without ambiguity.

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 description provides clear usage context, explaining what happens for each service type ('transport', 'carburant', 'sourcing') and when payment conditions apply. It doesn't explicitly name sibling alternatives or state 'use this when...', but the detailed service-specific behavior gives strong implied guidance. The warning to tell the user the amount before giving the link is a concrete usage directive.

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