mcp_iati_activity_summary
Retrieve the title, status, reporting organisation, and transaction type totals for an IATI activity using its identifier.
Instructions
Return the title, status, reporting organisation and totals per transaction type of an IATI activity.
Args:
iati_identifier: IATI identifier, for example "XI-IATI-IADB-BR-L1231".
Obtained with search_activities.
Relevant IATI terms:
- IATI identifier: Globally unique code identifying an IATI activity, also used to link it to its transactions and other information.
Reporting organisation: Organisation responsible for publishing and maintaining an activity's data; not necessarily the one funding or implementing the project.
Activity status: Stage of an activity within its lifecycle: pipeline/identification, implementation, completion, post-completion, cancelled or suspended.
Transaction: Financial operation associated with an IATI activity, identified by its type, date, value and currency.
Commitment: Financial obligation undertaken to provide funds to an activity; it does not necessarily represent a payment already made.
Disbursement: Transfer of funds from a provider organisation to a receiver organisation to finance an activity.
Expenditure: Use of funds to purchase goods or services related to an activity; not a synonym of disbursement.
Default currency: Currency declared for an activity and used whenever a financial value does not explicitly specify another currency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iati_identifier | 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. |