mcp_iati_activity_transactions
Retrieve financial transactions linked to an IATI activity. Get chronological details including type, value, currency, and description for analysis.
Instructions
List the transactions associated with an IATI activity.
Transactions are returned in chronological order and include their
type, value, currency and published description.
Args:
iati_identifier: IATI identifier of the activity.
limit: Maximum number of transactions to return. Default: 50.
Returns:
A table containing the transactions associated with the
requested activity.
Relevant IATI terms:
- IATI identifier: Globally unique code identifying an IATI activity, also used to link it to its transactions and other information.
Transaction: Financial operation associated with an IATI activity, identified by its type, date, value and currency.
Transaction type: Code indicating the nature of a financial operation: incoming funds, commitment, disbursement, expenditure, interest payment, loan repayment, reimbursement, purchase or sale of equity, credit guarantee, incoming commitment, or outgoing/incoming pledge.
Transaction value: Amount of an individual transaction, expressed in the currency stated on the value or, if unspecified, in the activity's default 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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| 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. |