mcp_iati_define_term
Define IATI terms using the standard's glossary. Get plain-English explanations of aid data concepts and clarify differences between similar terms.
Instructions
Explain what an IATI term means, according to the standard's glossary (activities, organisations, financial data, aid classifications, sectors and geography, results, documentation).
Useful for questions like "what does X mean?" or "what is the difference between X and Y?" (call it once per term).
Args: term: Word or phrase to look up, in English (e.g. "disbursement", "policy marker"). Partial matches are accepted.
Returns: A table with the matching glossary terms and their definitions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes |
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. |