thinkingdata-readonly
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| THINKINGDATA_BASE_URL | Yes | The base URL of your ThinkingData host, e.g. https://your-thinkingdata-host | |
| THINKINGDATA_PROJECT_ID | Yes | The ID of your ThinkingData project | |
| THINKINGDATA_QUERY_TOKEN | Yes | The query token for read-only access to ThinkingData APIs |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| query_event_analysisB | Query event metrics over time with optional filters and grouping. |
| query_retention_analysisB | Query retention from an initial event to a returning event. |
| query_funnel_analysisB | Query conversion across an ordered sequence of event steps. |
| query_distribution_analysisC | Query how an event metric is distributed over a property. |
| query_path_analysisC | Query paths around a selected starting event. |
| query_interval_analysisC | Query elapsed intervals between a start and end event. |
| query_user_property_analysisC | Query an aggregation over a user or event property. |
| execute_sql_queryB | Execute one synchronous SQL query and return JSON results. |
| list_event_metadataA | List event metadata for the configured ThinkingData project. |
| list_property_metadataB | List event or user property metadata for the configured project. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 10 tools
Each tool targets a distinct analytics operation: event analysis, retention, funnel, distribution, path, interval, user property, plus direct SQL and metadata listing. No two tools overlap in purpose; the boundaries are clear.
All tools follow a consistent verb_noun pattern: query_* for analyses, execute_sql_query for SQL, list_* for metadata. Naming is uniform and predictable across the set.
With 10 tools, the server covers a comprehensive read-only analytics surface without bloat. Each tool addresses a core analytics need, making the count well-scoped.
The tool set covers direct SQL, common analytics patterns (event, funnel, retention, path, distribution, interval, user property), and metadata discovery. This is a complete read-only analytics toolkit with no obvious gaps.