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
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Plain text message that bypasses LLM processing and should be printed exactly as provided in the user interface. | |
| table | No | Two-dimensional list (list of rows) representing tabular data, e.g., from CSV or TSV sources. Each row should be a list of cell values. | |
| charts | No | List of dictionaries containing data and configuration for rendering a Chart.js chart in the chat interface. | |
| sources | Yes | URL(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. |