Skip to main content
Glama

sponsor_search

Search sponsors by name, description, industry tags, or filters. Returns compact results (id, name, website, niches, industryTags, country, operations, medianSubscribers). Use sponsor_get for full detail on a specific sponsor.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination
sortNoSort fieldupdatedAt
limitNoResults per page (max 20)
orderNoSort orderdesc
nichesNoFilter by niche IDs
searchNoSearch query (name or description)
statusNoFilter by sponsor status
categoryNoFilter by industry tag category
languageNoFilter by language (e.g., EN, FR)
maxMedianSubscribersNoMaximum median subscribers
minMedianSubscribersNoMinimum median subscribers of YouTubers they sponsor

TDQS

A4/5.0
Behavior3/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 mentions the tool returns compact results with specific fields, which is useful. However, it does not disclose behavioral traits like pagination behavior (though implied by page/limit params), rate limits, or authentication requirements. The description is adequate but not rich.

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 two sentences, front-loading the purpose and immediately following with guidance on an alternative. Every word is necessary and there is no clutter.

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?

Given the complexity (11 parameters, no output schema), the description provides a clear overview of the tool's purpose and output. It mentions the sibling tool for further detail. However, it could be more complete by noting pagination or sorting behavior, but these are covered in the schema.

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

Parameters3/5

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

Schema coverage is 100%, so baseline is 3. The description adds value by listing the searchable fields (name, description, industry tags, filters) and indicating the returned fields. However, it does not explain all 11 parameters individually, and the schema already provides good descriptions. The description's mention of 'filters' is vague and does not fully compensate for the lack of detailed parameter semantics beyond what the schema provides.

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?

The description clearly states it searches sponsors by name, description, industry tags, or filters, and specifies that it returns compact results with a list of fields. It distinguishes itself from the sibling sponsor_get by noting that sponsor_get provides full detail.

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?

The description tells the user to use sponsor_get for full detail on a specific sponsor, providing clear guidance on when to use an alternative. However, it does not explicitly mention when not to use this tool or contrast it with other search/similar tools.

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

A3.8/5.0
Disambiguation5/5

Tools are cleanly divided into sponsor_ and youtuber_ groups with distinct purposes. Each tool targets a specific operation (search, get, stats, similar, etc.) without functional overlap.

Naming Consistency5/5

All tools follow a consistent pattern: either sponsor_<action> or youtuber_<action>, with import_status as a single utility following the same underscore_lowercase convention.

Tool Count5/5

17 tools cover the domain thoroughly—search, detail, stats, similarity, recent content, bulk import—without feeling bloated or sparse.

Completeness5/5

The tool surface provides comprehensive read and import operations for sponsors and YouTubers, including search, stats, similarity, and progress tracking. No obvious gaps for the intended analytics use case.

Resources