{"openapi":"3.0.3","info":{"title":"Gnist Context — EV Charging","description":"EV charging networks, connector types, and charging levels reference data.\n\n- **MCP endpoint:** `https://context.gnist.ai/mcp/ev-charging/`\n- **Toolkit page:** `/toolkits/ev-charging`\n- **Full API spec:** `/api/openapi.json`\n- **Get an API key:** `/signup`","version":"1.0.0","contact":{"name":"GnistAI","url":"https://gnist.ai"}},"servers":[{"url":"https://context.gnist.ai","description":"Production"}],"paths":{"/rest/ev-charging/get_charging_network":{"post":{"tags":["Automotive"],"summary":"get_charging_network","description":"Get detailed information about an EV charging network.\n\nReturns name, country coverage, connector types, pricing model, station count, and description.","operationId":"ev_charging_get_charging_network","responses":{"200":{"description":"Successful tool call","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Server or tool not found"},"500":{"description":"Tool execution error"}},"security":[{"ApiKeyHeader":[]},{"ApiKeyQuery":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"additionalProperties":false,"properties":{"network_id":{"description":"Network ID slug (e.g. tesla-supercharger, chargepoint, ionity).","type":"string"}},"required":["network_id"],"type":"object"}}}}}},"/rest/ev-charging/search_charging_networks":{"post":{"tags":["Automotive"],"summary":"search_charging_networks","description":"Search the EV charging network database.","operationId":"ev_charging_search_charging_networks","responses":{"200":{"description":"Successful tool call","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Server or tool not found"},"500":{"description":"Tool execution error"}},"security":[{"ApiKeyHeader":[]},{"ApiKeyQuery":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"additionalProperties":false,"properties":{"query":{"description":"Search by network name or description.","type":"string"},"limit":{"default":20,"type":"integer"}},"required":["query"],"type":"object"}}}}}},"/rest/ev-charging/list_networks_by_country":{"post":{"tags":["Automotive"],"summary":"list_networks_by_country","description":"List EV charging networks operating in a specific country.","operationId":"ev_charging_list_networks_by_country","responses":{"200":{"description":"Successful tool call","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Server or tool not found"},"500":{"description":"Tool execution error"}},"security":[{"ApiKeyHeader":[]},{"ApiKeyQuery":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"additionalProperties":false,"properties":{"country":{"description":"Country name (e.g. United States, Germany, Norway).","type":"string"},"limit":{"default":50,"type":"integer"}},"required":["country"],"type":"object"}}}}}},"/rest/ev-charging/get_connector_type":{"post":{"tags":["Automotive"],"summary":"get_connector_type","description":"Get detailed information about an EV charging connector type.\n\nReturns standard, max power, voltage range, current type, regions, and description.","operationId":"ev_charging_get_connector_type","responses":{"200":{"description":"Successful tool call","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Server or tool not found"},"500":{"description":"Tool execution error"}},"security":[{"ApiKeyHeader":[]},{"ApiKeyQuery":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"additionalProperties":false,"properties":{"connector_id":{"description":"Connector ID slug (e.g. ccs1, ccs2, chademo, type-2, nacs).","type":"string"}},"required":["connector_id"],"type":"object"}}}}}},"/rest/ev-charging/list_connector_types":{"post":{"tags":["Automotive"],"summary":"list_connector_types","description":"List EV charging connector types, optionally filtered by current type.","operationId":"ev_charging_list_connector_types","responses":{"200":{"description":"Successful tool call","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Server or tool not found"},"500":{"description":"Tool execution error"}},"security":[{"ApiKeyHeader":[]},{"ApiKeyQuery":[]}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"additionalProperties":false,"properties":{"current_type":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Filter by current type: AC or DC."}},"type":"object"}}}}}},"/rest/ev-charging/get_charging_level":{"post":{"tags":["Automotive"],"summary":"get_charging_level","description":"Get detailed information about an EV charging level.\n\nReturns power range, typical charge time, use case, compatible connectors, and description.","operationId":"ev_charging_get_charging_level","responses":{"200":{"description":"Successful tool call","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Server or tool not found"},"500":{"description":"Tool execution error"}},"security":[{"ApiKeyHeader":[]},{"ApiKeyQuery":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"additionalProperties":false,"properties":{"level_id":{"description":"Level ID slug (e.g. level-1, level-2, dc-fast).","type":"string"}},"required":["level_id"],"type":"object"}}}}}},"/rest/ev-charging/list_charging_levels":{"post":{"tags":["Automotive"],"summary":"list_charging_levels","description":"List all EV charging levels (Level 1, Level 2, DC Fast Charging).","operationId":"ev_charging_list_charging_levels","responses":{"200":{"description":"Successful tool call","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Server or tool not found"},"500":{"description":"Tool execution error"}},"security":[{"ApiKeyHeader":[]},{"ApiKeyQuery":[]}]}},"/rest/ev-charging/report_feedback":{"post":{"tags":["Automotive"],"summary":"report_feedback","description":"Report a bug, feature request, or general feedback for this data source.\n\nUse this when something doesn't work as expected, when you'd like\na new feature, or when you have suggestions for improvement.\n\nArgs:\n    feedback: Describe the issue or suggestion.\n    feedback_type: One of 'bug', 'feature_request', or 'general'.","operationId":"ev_charging_report_feedback","responses":{"200":{"description":"Successful tool call","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Server or tool not found"},"500":{"description":"Tool execution error"}},"security":[{"ApiKeyHeader":[]},{"ApiKeyQuery":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"additionalProperties":false,"properties":{"feedback":{"type":"string"},"feedback_type":{"default":"general","type":"string"}},"required":["feedback"],"type":"object"}}}}}}},"tags":[{"name":"Automotive","description":"Data sources: Automotive"}],"components":{"securitySchemes":{"ApiKeyHeader":{"type":"apiKey","in":"header","name":"gnist-api-key","description":"API key passed via request header."},"ApiKeyQuery":{"type":"apiKey","in":"query","name":"gnist_api_key","description":"API key passed via query parameter."}}}}