Skip to main content
Glama
Docsbook-io

docsbook-mcp

Official
by Docsbook-io

get_popular_searches

Learn what users search for by retrieving top search queries, enabling targeted content optimization and SEO improvements.

Instructions

Top search queries. PRO plan or higher.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description must reveal behavioral traits, but it only notes a plan requirement. It fails to mention whether the operation is read-only, what data is returned (e.g., count, time range), or any side effects, leaving the agent without critical behavioral context.

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

Conciseness3/5

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

The description is extremely concise, but the first clause 'Top search queries' is vague and adds little beyond the tool name. The plan restriction is useful, but overall the text is under-specified rather than efficiently complete, so it does not fully earn its place.

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?

For a simple zero-parameter analytics tool, the description misses important context such as the time period covered, how 'top' is defined, or the expected response format. Without this, the agent cannot accurately predict the tool's output or usage, making the description incomplete for effective invocation.

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

Parameters4/5

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

The tool has zero parameters, so the schema is empty and the description does not need to explain any inputs. The plan restriction is the only additional semantic, but it's not param-related; the baseline of 4 is appropriate due to the absence of parameters.

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

Purpose2/5

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

The description 'Top search queries' is a bare noun phrase that essentially rephrases the tool name 'get_popular_searches' without adding a verb or specifying the resource scope. It does not clearly state that this returns a list of search terms, making it tautological rather than informative.

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

Usage Guidelines2/5

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

The only guidance provided is 'PRO plan or higher', which is a plan restriction, not an indication of when to use this tool versus alternatives like get_failed_searches or get_analytics. There is no mention of use cases, prerequisites, or exclusions relative to sibling tools.

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/Docsbook-io/docsbook-mcp'

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