continent
Query detailed information about continents by their code using the GraphQL MCP Server. Retrieve essential data for specific regions efficiently.
Instructions
GraphQL continent query
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code | Yes | code parameter (ID) |
Input Schema (JSON Schema)
{
"properties": {
"code": {
"description": "code parameter (ID)",
"type": "string"
}
},
"required": [
"code"
],
"type": "object"
}