ftg_country_regulations
ActiveTool of gapup-mcp
Return import, trade and production regulations for a country — category, title, summary and source. When to use this tool: an agent checks regulatory or compliance requirements before trading or producing in a market. Input: a country, with an optional category.
Parameters schema
{
"type": "object",
"required": [
"country"
],
"properties": {
"async": {
"type": "boolean",
"description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
},
"limit": {
"type": "integer",
"maximum": 50,
"minimum": 1
},
"country": {
"type": "string",
"description": "Country ISO code or name"
},
"category": {
"type": "string",
"description": "Optional regulation category filter"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries