Smithery
country_lookup
Resolve an ISO 3166-1 alpha-2 country code (for example CA, US, JP) to official name, region, currency, calling code, languages, and related country metadata when you already have the two-letter code.
Remote smithery-miwy/agentbits
Remote (network-hosted)
Other tools also called country_lookup?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"code": {
"type": "string",
"pattern": "^[A-Za-z]{2}$",
"maxLength": 2,
"minLength": 2,
"description": "ISO 3166-1 alpha-2 country code, for example CA or JP"
}
}
}