Skip to main content
Glama

IoTDB MCP Server

Official
by apache

read_query

Execute SQL queries on IoTDB databases using the MCP Server, retrieving data in TABLE dialect with ISO 8601 time format for precise results.

Instructions

Execute a SELECT query on the IoTDB. Please use table sql_dialect when generating SQL queries.

Args: query_sql: The SQL query to execute (using TABLE dialect, time using ISO 8601 format, e.g. 2017-11-01T00:08:00.000)

Input Schema

NameRequiredDescriptionDefault
query_sqlYes

Input Schema (JSON Schema)

{ "properties": { "query_sql": { "title": "Query Sql", "type": "string" } }, "required": [ "query_sql" ], "type": "object" }

Other Tools from IoTDB MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/apache/iotdb-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server