Skip to main content
Glama

sponsorable

Sponsor Profile

get_sponsor
Idempotent

Full profile for one sponsor, addressed by domain: description, industry, location, size, sponsorship totals, top and newest podcasts, and top categories. Without a linked account, only publicly listed sponsors resolve, with top-line stats and category names only (no company details, no contact section). On the credit-based Free plan the first full view of a sponsor charges 1 credit and permanently unlocks its dossier for the whole organization (repeat views are free, never double-charged) — warn the user before opening many new sponsors in one go. A result with locked: true charged nothing; its locked_note says why.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesThe sponsor's domain, e.g. 'athleticgreens.com'

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
sponsorYes
new_podcastsNo
top_podcastsNo
top_categoriesNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

The description goes well beyond the annotations by disclosing credit-based billing, permanent organizational unlock, repeat-view idempotency, locked-result behavior, and differences based on linked-account status. These are material behavioral traits not visible from the schema, and they align with the idempotentHint=true and readOnlyHint=false annotations.

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 packed with necessary operational details but remains readable and front-loaded with the core purpose. Every sentence contributes: what the profile contains, unlinked-account limits, credit behavior, and the locked-result edge case.

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?

The tool is complete for an agent to invoke correctly: it explains input semantics, account-dependent behavior, credit side effects, locked responses, and warns about repeated costly calls. Since an output schema exists, the description does not need to enumerate return fields, and it even references locked_note for the edge case.

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 description coverage is 100%, with the single domain parameter fully documented including an example and length constraints. The description adds only that the profile is 'addressed by domain,' which restates the parameter's purpose rather than adding new semantic detail.

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 the tool returns a full profile for exactly one sponsor, addressed by domain, and enumerates the profile contents. This distinguishes it from broader search tools like search_sponsors and find_sponsors_for_show because it is explicitly singular and keyed by domain.

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 makes clear this is the tool for retrieving a complete sponsor dossier by domain and includes an important warning about credit charges before opening many sponsors. It does not explicitly name when to prefer search_sponsors or other siblings, but the context implies when this direct lookup is appropriate.

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.