Skip to main content
Glama

Search credits and deals

search_offers
Read-onlyIdempotent

Search current startup credits and deals, including cloud credits, SaaS discounts, free tiers, grants, perks, and partner offers. Filter by query, vendor, or category and evaluate eligibility from typed company facts; unknowns remain explicit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
factsYesKnown typed company facts used only for explicit eligibility evaluation; omit unknown facts.
limitNoMaximum results to return; defaults to 10.
queryNoNatural-language search for a startup need, technology, credit, discount, free tier, perk, grant, or deal.
entitiesNoCurrent Entity slugs or immutable Entity IDs to include.
categoriesNoCatalog categories to include, such as hosting, databases, or observability.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
totalYes
truncatedYes
release_idYes

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, covering safety. The description adds valuable behavioral context: 'unknowns remain explicit' indicates how the tool handles missing or ambiguous facts, and 'evaluate eligibility from typed company facts' clarifies the reliance on typed facts. This goes beyond the annotations by disclosing the tool's approach to uncertainty, which helps the agent set expectations.

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 with no fluff. It front-loads the primary purpose, lists the offer types, then states filtering and eligibility evaluation, closing with the behavior on unknowns. Every phrase earns its place, and the structure is efficient for quick parsing.

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 tool has 5 parameters, one required, nested objects, and an output schema, the description covers the core function and key behavioral traits (explicit unknowns) adequately. It does not mention the limit or entities/categories parameters directly, but these are fully documented in the schema. The output schema covers return value details, so the description does not need to explain them. It is complete enough for an agent to call correctly, though it could be slightly richer on usage guidance.

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%, so all parameters have descriptions. The description does not add significant new meaning beyond the schema; it summarizes filters (query, vendor, category) but 'vendor' is not an exact parameter name (likely entities), and the schema already details each parameter. The baseline of 3 applies because the schema carries the parametric load; the description adds minimal extra clarity.

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 searches startup credits and deals, enumerating the types (cloud credits, SaaS discounts, free tiers, grants, perks, partner offers) and explicitly mentions filtering and eligibility evaluation. It distinguishes itself from sibling tools like compare_offers (comparison) and prepare_declaration (declaration) by focusing on search. The verb-resource combination is specific and unambiguous.

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 provides context that this is a search tool for startup credits/deals with filtering and eligibility evaluation, but it does not explicitly state when to use this tool versus alternatives or when not to use it. It implies the search role but lacks direct guidance on routing to siblings such as compare_offers for post-search comparison. The usage context is clear enough for basic selection but incomplete for optimal differentiation.

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

Each tool addresses a distinct concern: searching, comparing, tracking changes, inspecting evidence, and preparing declarations. There is no functional overlap that could cause an agent to select the wrong tool.

Naming Consistency5/5

All tool names follow the consistent verb_noun pattern (compare_offers, get_changes, inspect_evidence, prepare_declaration, search_offers) using lowercase with underscores, forming a predictable and uniform convention.

Tool Count5/5

With 5 tools, the server is well-scoped for its domain of startup deals and credits. Each tool serves a necessary role, and the count is neither too sparse nor bloated.

Completeness4/5

The tool surface covers core workflows: discovery, comparison, change tracking, and evidence inspection. A minor gap is the lack of a direct 'get one offer by ID' tool, but search_offers can serve that purpose, so agents can achieve results without major dead ends.