Skip to main content
Glama
CrownJoker07

thinkingdata-readonly

by CrownJoker07

query_funnel_analysis

Read-only

Analyze conversion rates across a sequence of user events by querying ordered steps within a specified time range and conversion window.

Instructions

Query conversion across an ordered sequence of event steps.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stepsYes
filtersNo
time_rangeYes
conversion_windowYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
sourceYes
return_codeYes
return_messageYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safe read nature is known. The description adds no additional behavioral context beyond the core concept; it does not contradict annotations, but also does not disclose pagination, ordering requirements, or return characteristics, though output schema covers some of this.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence with no wasted words. It communicates the essential purpose efficiently and is appropriately sized for the tool.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has four parameters with nested objects and the description provides no parameter semantics, usage guidance, or behavioral disclosure, the description is too thin to be fully useful. While the output schema exists and annotations cover safety, the lack of explanation for key concepts like conversion_window and steps limits completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description provides no explanation of the four parameters (steps, filters, time_range, conversion_window) or their semantics. The nested structure and units (e.g., conversion_window) are left entirely to the schema, which does not explain their meaning in the context of funnel analysis.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the tool queries conversion across an ordered sequence of event steps, which is a clear and specific definition of funnel analysis. It distinguishes from sibling tools like retention or path analysis by focusing on sequential conversion, though the verb 'query' is generic.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no explicit guidance on when to use this tool versus alternatives like query_path_analysis or query_retention_analysis. The use case is implied by the description (conversion across steps), but no exclusions or alternative recommendations are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/CrownJoker07/thinkingdata-mcp'

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