Skip to main content
Glama

Citer une page

cite
Read-onlyIdempotent

Map a user question to the best Vigi-Sky (or GEIPAN) URL to cite.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNo
queryYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
bestNo
langNo
queryNo
citationsYes
provenanceYes
alternativesNo

Schema Changelog

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

  1. Changed7 schema fields changed
    • addedOutput schema / properties / alternatives
      Added value: +{
      +  "type": "array"
      +}
    • addedOutput schema / properties / best
      Added value: +{
      +  "type": "object"
      +}
    • removedOutput schema / properties / doctrine
      Removed value: -{
      -  "type": "string"
      -}
    • addedOutput schema / properties / lang
      Added value: +{
      +  "type": "string"
      +}
    • addedOutput schema / properties / provenance / properties / never
      Added value: +{
      +  "type": "string"
      +}
    • addedOutput schema / properties / query
      Added value: +{
      +  "type": "string"
      +}
    • addedOutput schema / required
      Added value: +[
      +  "citations",
      +  "provenance"
      +]
  2. First observed

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, informing the agent of safe, non-destructive behavior. The description adds that the tool returns a URL (implying a read operation), which is consistent. However, it does not disclose edge cases like no matching URL, ambiguity handling, or response format. It minimally supplements the annotations.

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 sentence that directly states the tool's purpose with no extraneous words. It is front-loaded and efficient, earning its place without waste.

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?

Despite an output schema existing and simple parameters, the description lacks key information: parameter semantics, usage boundaries, and behavioral details (e.g., what constitutes 'best' URL). It does not guide the agent on how to prepare the query or interpret results beyond the schema. The description is insufficient for complete autonomous use.

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

Parameters1/5

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

The input schema has 0% description coverage, meaning the parameter names 'query' and 'lang' carry no documentation. The description fails to clarify that 'query' is the user question and 'lang' is an optional language specifier. With no parameter explanations, the agent cannot determine how to properly populate these fields, causing potential misuse.

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 'Map' and clearly identifies the resource: a user question to a Vigi-Sky or GEIPAN URL. This distinguishes the tool from sibling tools like 'nearby_cases' or 'object_lookup', which serve different functions. The purpose is unambiguous and directly stated.

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?

The description provides no guidance on when to use this tool versus alternative tools such as 'nearby_cases' or 'iss_passes'. It does not mention any exclusions or contextual clues that would help an agent decide between similar tools. The agent is left to infer usage solely from the tool name and siblings.

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