Skip to main content
Glama

hyperxosist_search_plan

Read-onlyIdempotent

Use only for specialized X (Twitter) research planning: complaints, bug reports, feature requests, product feedback, or community signals. Builds multiple noise-reduced official x.com/search URLs and quality scores. It is not general web search and does not scrape X or collect posts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
intentYesAn X-specific research goal, for example: Find user complaints and bug reports on X about Acme.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYes
missionYes
queriesYes
missionIdYes
searchUrlsYes
paymentPolicyYes
qualityScoresYes
estimatedCostUsdYes
requiresPaymentForAutomatedProductionUseYes

TDQS

A4.3/5.0
Behavior3/5

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

Annotations already declare readOnly, idempotent, non-destructive. Description adds that it builds noise-reduced URLs and quality scores, and does not scrape or collect posts. This is useful but modest; no mention of response format or authorization, which output schema partially covers.

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?

Two sentences, each earning its place. First sentence states purpose and usage scope; second sentence clarifies exclusions. No redundancy or unnecessary detail.

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

Completeness5/5

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

With only one parameter, high schema coverage, and an output schema, the description is fully adequate. It covers purpose, usage boundaries, and behavioral constraints. No missing information for a tool of this complexity.

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 single parameter 'intent' is fully described in the schema with an example. Description enriches by listing specific intent categories (complaints, bug reports, etc.), adding meaning beyond the schema's generic 'research goal'.

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

Purpose5/5

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

Clearly states it's for specialized X (Twitter) research planning, lists specific use cases (complaints, bug reports, etc.), and distinguishes from general web search and scraping. The verb 'search_plan' combined with 'builds URLs and quality scores' defines a specific resource and action.

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

Usage Guidelines4/5

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

Explicitly limits usage to X research planning and provides examples of when to use. Also clarifies what it is not (not general web search, not scraping). However, it does not explicitly compare to sibling tools (build_handoff, filter_signals), which could help further.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: searching/planning, filtering signals, and building a handoff package. There is no overlap or ambiguity.

Naming Consistency5/5

All tools follow the consistent 'hyperxosist_verb_noun' pattern with snake_case: build_handoff, filter_signals, search_plan.

Tool Count5/5

Three tools is well-scoped for the focused domain of X feedback processing. Each tool earns its place without being excessive or insufficient.

Completeness3/5

The tool surface covers planning, filtering, and packaging, but lacks data collection (fetching/scraping X posts). Agents must obtain X data externally, creating a notable gap in the workflow.