Skip to main content
Glama

pitchiq_v1_discover_search_creators

Search PitchIQ's global Twitch/YouTube creator index by name, category, language, audience size, and whether they accept review keys — for an agent seeking creators to cover a game/product. Returns name, platform handles, followers, avg concurrent viewers, category, and top games. x402-payable; no PAT required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tierNoAudience-size tier.
limitNo
queryNoFree-text match on the creator's display name.
categoryNoFilter by primary category.
languageNoFilter by language.
accepts_keysNoOnly creators who accept review keys.
min_followersNoMinimum follower count.

TDQS

A3.9/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the tool is 'x402-payable; no PAT required' and that it returns a list of creators. It does not mention destructive behavior or rate limits, but for a read-only search tool, this is sufficient, earning a 4.

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: first covers purpose and parameters, second covers return fields and payment info. No redundant phrases, ideal for quick parsing. Earns a 5.

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

Completeness4/5

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

With no output schema, the description explains return fields. Parameter coverage is high, and the tool's behavior is well-defined. It's nearly complete but could add more on pagination or output format, so a 4.

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?

Schema coverage is high (86%), so baseline is 3. The description adds value by summarizing parameters concisely and stating the return fields. It does not explain each parameter in detail but provides adequate context for the agent, warranting a 4.

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 clearly states the verb 'Search' and resource 'PitchIQ's global Twitch/YouTube creator index', specifying key filtering criteria. However, it does not explicitly differentiate this tool from similar sibling search tools like pitchiq_v1_brain_search or pitchiq_v1_discover_search_curators, so a 4 is appropriate.

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?

The description implies usage for creators covering games/products but lacks explicit guidance on when to use this vs. alternatives like curator or podcast search. No when-not-to-use or alternative tool references are provided, keeping it at a 3.

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.1/5.0
Disambiguation5/5

Each tool has a distinct purpose covering booking, brain access, commerce quoting, and three separate discovery searches (creators, curators, podcasts). No two tools overlap in functionality, making selection unambiguous.

Naming Consistency5/5

All tools follow the pattern 'pitchiq_v1_<category>_<action>', with consistent snake_case and clear categorization (booking, brain, commerce, discover). Actions are descriptive and uniform within categories.

Tool Count5/5

Eight tools cover the server's apparent scope (booking, knowledge graph, discovery) without redundancy or omission. The count is well-scoped for the intended use cases.

Completeness3/5

While booking and discovery are reasonably complete, the brain component lacks write operations (create/update wiki pages), which limits agent ability to modify knowledge. The surface feels slightly incomplete for full workspace management.

Resources