getEconomicBlocks
Retrieve economic block data by specifying language, additional details, and search criteria. Use this tool to analyze and access structured trade and economic information efficiently.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
add | No | ||
language | No | pt | |
search | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"add": {
"type": "string"
},
"language": {
"default": "pt",
"type": "string"
},
"search": {
"type": "string"
}
},
"type": "object"
}