get_bond_info
Retrieve real-time government bond data for any specified country using the Marketstack MCP Server. Simplify financial analysis with accurate bond information.
Instructions
Get real-time government bond data for a specific country.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
country | Yes | Specify your country for your request, e.g. kenya or united%20states |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"country": {
"description": "Specify your country for your request, e.g. kenya or united%20states",
"type": "string"
}
},
"required": [
"country"
],
"type": "object"
}