Skip to main content
Glama
okfn
by okfn

mcp_iati_no_tool_disponible

Use when no other tool can answer a query, handling out-of-scope topics by recording the reason instead of failing.

Instructions

Call when no other tool can answer the question: topics that are not IATI activities, or questions outside the scope of the loaded data.

Args: reason: Brief explanation (1 sentence) of why no tool applies.

Examples: - no_tool_disponible(reason="not a question about IATI activities")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
forceNoPlain text message that bypasses LLM processing and should be printed exactly as provided in the user interface.
tableNoTwo-dimensional list (list of rows) representing tabular data, e.g., from CSV or TSV sources. Each row should be a list of cell values.
chartsNoList of dictionaries containing data and configuration for rendering a Chart.js chart in the chat interface.
sourcesYesURL(s) that users can nagivate to to download the data used for the analysis. E.g., landing page, feed, file endpoint, CKAN resource page, etc.
Behavior3/5

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

No annotations are present, so the description carries the transparency burden. It explains the intended invocation context and gives an example reason, but it never states what actually happens when the tool is called, such as whether it returns no data or simply records the reason. The role is inferable from the name but not fully disclosed.

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 compact and well-structured, with the call condition, an Args section, and an example. There is no filler, and the most important routing information appears first.

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 simple fallback tool with one optional parameter and an output schema, the description covers when to use it, why to use it, the parameter semantics, and a usage example. Nothing essential is missing for an agent to invoke it correctly.

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

Parameters5/5

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

The schema only provides the parameter name, type, and default, with no description. The description adds meaningful semantics by explaining that 'reason' is a brief one-sentence explanation of why no tool applies, and it includes a concrete example. This fully compensates for the 0% schema description coverage.

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 identifies this as the deliberate fallback tool, stating that it is for topics that are not IATI activities or questions outside the scope of the loaded data. This distinguishes it from the IATI data tool siblings by defining exactly what it is not.

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?

It gives an explicit when-to-use rule: call only when no other tool can answer the question. It also provides an example call. It does not enumerate sibling alternatives, but the routing criterion is specific enough to guide selection away from them.

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/okfn/mcp-iati'

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