Skip to main content
Glama

Match startup to funds

match_startup
Read-onlyIdempotent

AI-powered fund matching. Describe a startup and receive the top 10 matching funds with a reason and score. Pro tier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stageNoFunding stage. Must be one of the listed enum values; common spellings are normalised.
countryNoCountry, spelled out in full
descriptionYesStartup description (max 500 chars)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changed
    • changedInput schema / properties / stage / description
      Previous value: -"Funding stage. Must be one of the listed enum values."New value: +"Funding stage. Must be one of the listed enum values; common spellings are normalised."
  2. Changed2 schema fields changed
    • changedInput schema / properties / country / description
      Previous value: -"Country"New value: +"Country, spelled out in full"
    • changedInput schema / properties / stage / description
      Previous value: -"Funding stage"New value: +"Funding stage. Must be one of the listed enum values."
  3. First observed

TDQS

A3.6/5.0
Behavior3/5

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

The annotations already establish readOnlyHint, idempotentHint, and non-destructive behavior. The description adds contextual details beyond that: the output is limited to 10 results, each with a reason and score, and it mentions a 'Pro tier' restriction. This is useful but not deep.

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 short sentences convey the core function, output shape, and an important access constraint (Pro tier). Every clause adds value, and the key behavior is front-loaded.

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?

For a read-only, single-shot matching tool, the description covers the essential contract: input is a startup description, output is a ranked list of 10 funds with reasons and scores. Since the input schema documents all three parameters and the annotations cover safety, nothing critical is missing.

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 the parameters are already fully documented. The description does not add additional meaning beyond the general reference to describing a startup, so the score stays at the baseline.

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 a specific action: describe a startup and receive the top 10 matching funds with a reason and score. It is distinguishable from sibling tools like search_funds by its AI-matching and result-ranking angle, though it doesn't explicitly call out the difference.

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?

It implies when to use the tool, i.e., when a user wants AI-recommended funds for a given startup. However, it never contrasts it with alternatives such as search_funds or get_fund, so an agent must infer the boundary between keyword search and AI-powered matching.

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.