Skip to main content
Glama

StartupPerks

Find startup perks a company qualifies for

find_startup_perks
Read-onlyIdempotent

Rank the startup credits, perks and deals one specific company can claim, from a catalog of 1,000+ programs (AWS Activate, Google for Startups, Microsoft for Startups, NVIDIA Inception, Anthropic, Stripe Atlas, Mercury, HubSpot and more). Use it when the user describes their own startup and asks what they can get or qualify for; use search_startup_perks to look up a provider or topic without a company profile, and get_startup_perk for one program's full terms. It checks each program's stated eligibility (stage, funding gate, raised-amount cap, company age, region) against the profile, ranks the categories the user needs first and takes each need in turn, and leaves out programs whose applications are paused or closed. Returns up to 25 programs, each with the value as the provider states it, whether the company qualifies and why, how to claim it, and links to the StartupPerks page, the provider's application and the provider's terms, plus a realistic claimable total (one program per provider, cloud counted once). Read-only; values are headline maximums, not guarantees.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many programs to return (default 10).
needsNoPerk categories the startup wants, ranked above everything else: cloud-infra (Cloud & Infrastructure), databases-data (Databases & Data), ai-ml (AI & ML), banking-fintech (Banking & Fintech), finance-ops (Finance & Ops), dev-tools (Developer Tools), productivity-saas (Productivity & SaaS), marketing-sales (Marketing & Sales), security-legal-hr (Security, Legal & HR). Omit for all categories.
stageNoCompany stage.
regionNoWhere the company is based: a country, city or region such as "US", "UK", "Germany", "EU", "India" or "Singapore".
fundingNoHow the company is funded: bootstrapped (no outside investors), vc-backed (angel or VC money), or accelerator (in an accelerator or incubator portfolio).
priorityNoRanking emphasis: balanced (default), value (biggest benefit first), eligibility (easiest to qualify first), reputable (best-verified first).
providerNoOnly programs from this provider, e.g. "AWS", "Google Cloud", "Stripe". Leave empty unless the user asked about a specific provider.
raised_usdNoTotal outside funding raised so far, in USD (0 if none). Programs with a raised-amount cap are checked against it.
descriptionNoThe startup in the user's own words, e.g. "pre-seed AI startup in Berlin, bootstrapped, needs GPU credits and a business bank account". Anything not given in the structured fields below is read from this text.
include_gatedNoAlso include referral-only and accelerator-only programs the startup may not reach on its own.
only_qualifyingNoOnly return programs the startup fully qualifies for.
company_age_yearsNoYears since the company was founded.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.9/5.0
Behavior5/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, but the description adds substantial behavioral context: it checks eligibility criteria (stage, funding gate, raised-amount cap, etc.), ranks categories by user needs, excludes paused/closed programs, and clarifies that values are 'headline maximums, not guarantees.' This goes well beyond the annotation baseline.

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 dense but every sentence carries information: purpose, usage, behavioral specifics, return format, and caveats. It is front-loaded with the core purpose, then proceeds logically. For a tool with 12 parameters and complex ranking logic, this length is justified and well-structured.

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 no output schema, the description fully accounts for the return value: up to 25 programs, each with value, qualification status and reason, how to claim, links, and a realistic total. It also covers exclusions (paused/closed) and the ranking logic. Nothing an agent needs to call it correctly is missing.

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 description coverage is 100%, so the baseline is 3. The description adds meaningful context on the 'needs' parameter (ranks the categories the user needs first and takes each need in turn) and clarifies the 'limit' behavior via the max-25 return. It doesn't add detail for every parameter, but the marginal value is clear, earning a 4.

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 states a specific verb (rank) and resource (startup perks a company can claim), enumerates providers, and explicitly differentiates from siblings by noting search_startup_perks is for lookup without a profile and get_startup_perk for one program's terms. This is a textbook example of purpose clarity.

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

Usage Guidelines5/5

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

It explicitly states when to use this tool ('when the user describes their own startup and asks what they can get or qualify for') and names the alternatives with their distinct use cases. No ambiguity remains about which tool fits which scenario.

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.

Resources