site
Server Details
409A Providers: the site's own MCP server — compare, enquiry (enquiry = a human handoff, not a...
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
6 toolscompare_criteriaWhat is comparedBInspect
The criteria and any filters of the 409A valuation providers for US startups comparison.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the subject matter—criteria and filters—but does not disclose whether the tool is read-only, what the response shape is, whether it returns a list or a detailed narrative, or whether any side effects exist. For a tool with no annotation safety hints, this is a meaningful gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence with no filler words, making it concise and easy to parse. It front-loads the core resource before the qualifying context. It loses a point because the wording is slightly awkward and spends no effort clarifying the action or usage.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter tool with no output schema and no annotations, the description minimally explains what the tool is about. It is enough to understand the subject matter but does not fully equip an agent with the expected return behavior or the relationship to sibling tools. Given the low complexity, this is acceptable but not complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters and the schema description coverage is 100%, so there are no parameter semantics to document. The description adds useful context by clarifying that the tool concerns the criteria and filters of the 409A valuation comparison, which helps the agent understand what the empty-parameter call will provide.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description identifies a specific resource: the criteria and filters of the 409A valuation providers comparison for US startups. It also distinguishes this tool from siblings like compare_options and compare_table by indicating this is about the underlying criteria rather than the comparison output itself. However, it is phrased as a noun phrase rather than a verb phrase, so it does not explicitly state an action such as 'returns' or 'describes'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is given about when to call this tool versus its siblings. The description does not mention using it before compare_options/compare_table, nor does it exclude cases where another tool would be more appropriate. An agent must infer the intended usage from the tool name and title alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
compare_optionsThe optionsCInspect
The options in the 409A valuation providers for US startups comparison (name, what it is best for, tags), optionally filtered by a tag value.
| Name | Required | Description | Default |
|---|---|---|---|
| filterKey | No | ||
| filterValue | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It does reveal the output fields and the optional tag filter, which is useful, but it never explicitly states that the tool returns a list or how the filter behaves when omitted. There is no mention of ordering, default behavior, or error cases.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence with no filler words, which is efficient. However, it reads more like a noun phrase than a functional tool description, and important behavioral information is missing. It is concise but at the cost of completeness.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the absence of annotations and an output schema, the description should fully explain what the tool returns, how filtering works, and what each parameter means. It partially covers return fields and optional tag filtering, but it does not explain filterKey, the exact return shape, or the distinction from sibling comparison tools. This is inadequate for an agent to invoke the tool with confidence.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate by explaining filterKey and filterValue. It only mentions filtering 'by a tag value,' which partially explains filterValue but leaves filterKey entirely unclear. The relationship between the two parameters and acceptable values is not specified.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description identifies a specific resource ('the options in the 409A valuation providers for US startups comparison') and lists the returned fields (name, what it is best for, tags), so it is not a pure tautology. However, it lacks an explicit verb such as 'list', 'return', or 'get', making the tool's action ambiguous. The title 'The options' reinforces the noun-phrase style without clarifying behavior.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the tool is used to view options, optionally filtered by tag, but it gives no explicit guidance on when to choose this tool over its siblings like compare_criteria or compare_table. There are no exclusions, prerequisites, or decision rules. An agent would have to infer usage context from the tool name and siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
compare_tableThe comparison tableBInspect
Each option's value on every criterion of the 409A valuation providers for US startups comparison — the full table.
| Name | Required | Description | Default |
|---|---|---|---|
| option | No | one option's name, else all |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of behavior disclosure. It conveys that the result is a full table covering every option and criterion, which is useful. However, it does not describe the table layout, output format, or how the optional 'option' parameter affects behavior beyond what the schema already states.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single compact sentence with no filler or redundant content. The minor weakness is that it is phrased as a noun phrase rather than an explicit verb-led instruction.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter query tool, the description conveys the core output and scope. However, it omits any guidance on how this tool relates to its siblings, and with no annotations it provides no behavioral or safety context beyond the basic content of the table.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, and the parameter description 'one option's name, else all' fully documents the meaning. The description adds no additional parameter semantics, but none are needed given the schema's clarity.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description identifies the resource clearly: a full comparison table of 409A valuation providers for US startups, covering each option's value on every criterion. However, it lacks an explicit verb and does not directly distinguish this tool from the sibling compare_criteria or compare_options tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is given about when to use compare_table versus compare_criteria or compare_options. The phrase 'full table' implies broad use, but there is no explicit context, alternative, or condition for selecting this tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
enquiry_describeWhat you get: an ENQUIRY with a human (not a purchase, not a guaranteed quote)AInspect
Read first. States plainly what submit_enquiry does on 409A Providers: it starts an enquiry with human providers who quote directly. Nothing is bought, ordered or paid; no quote is guaranteed; it is free. Also returns who receives the details, the consent wording, and how the person confirms.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses meaningful behavioral context: nothing is bought or paid for, no quote is guaranteed, it is free, and it returns who receives details, consent wording, and confirmation method. This goes beyond a simple 'returns summary' statement and helps the agent set user expectations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is short, front-loaded with 'Read first,' and every sentence contributes meaning. It efficiently covers purpose, scope, exclusions, cost, and return content without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a no-input, no-output-schema documentation tool, the description is complete: it explains what the tool does, what it returns, and the key behavioral caveats. An agent would know exactly what to expect and how to use the result.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters and 100% schema coverage, so the baseline of 4 applies. There are no parameters for the description to explain, and nothing in the description is misleading or missing regarding inputs.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's role: it 'States plainly what submit_enquiry does' on 409A Providers and returns the details of that enquiry process. It distinguishes itself from the action-oriented submit_enquiry sibling by explicitly positioning itself as the pre-action explainer, and clarifies what it is not ('not a purchase, not a guaranteed quote').
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The instruction 'Read first' gives clear usage context: this should be used before acting on submit_enquiry. It implies when to use the tool, but it does not explicitly name alternatives or state when not to use comparably named siblings like enquiry_fields or compare_options. This is a clear but not fully explicit routing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
enquiry_fieldsThe questions the enquiry asksAInspect
Every field of the 409A Providers enquiry: key, label, type, whether required, help text and the allowed options where there are any. Pass answers to submit_enquiry keyed by field key.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral disclosure burden. It communicates that the tool is a read-only metadata listing and details the returned field attributes, which is the relevant behavior for a zero-parameter query. It could have been more explicit about the operation being a retrieval with no side effects, but nothing in the text contradicts or obscures that.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two compact sentences carry all the essential information: the field inventory and the relationship to submit_enquiry. The content is front-loaded and every clause contributes value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a parameterless metadata tool, the description covers the return content and how to consume it, which is sufficient to call it correctly. It leaves the distinction from enquiry_describe implicit, but the title and tool name already hint at the difference, so this is a minor gap.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters and an empty input schema, so there are no parameter semantics for the description to clarify. The description correctly avoids inventing parameter details and instead focuses on the output fields.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool as exposing every field of the 409A Providers enquiry, enumerating the exact contents (key, label, type, required, help text, allowed options). It lacks an explicit verb like 'lists' or 'returns,' but the meaning is unambiguous and distinguishable from the sibling submit_enquiry by naming the field metadata.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The second sentence gives clear context for use: answers should be passed to submit_enquiry keyed by the field key, which tells an agent why this metadata matters. It does not explicitly mention when-not-to-use it or name alternatives such as enquiry_describe, so it falls just short of full routing guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
submit_enquirySubmit an ENQUIRY to human providers (two steps; not a purchase)AInspect
Submits an enquiry to 409A Providers — NOT a purchase, NOT a guaranteed quote. Step 1: call with the answers (keyed by field key from enquiry_fields) and consent=true; it validates and returns a summary, the consent line and a confirmation token — show the person the summary and the consent line. Step 2: only if the person agrees, call again with the same answers, consent=true and the confirmation token; the enquiry is then submitted, and the person receives an email with a link they must click before any provider sees it. Consent means the person has read and agreed to: "Happy for my details to go to relevant 409A valuation providers, who'll contact me directly."
| Name | Required | Description | Default |
|---|---|---|---|
| answers | Yes | the person's answers, keyed by field key | |
| consent | Yes | true only when the person has agreed to: Happy for my details to go to relevant 409A valuation providers, who'll contact me directly. | |
| confirmation | No | the confirmation token from step 1, after the person has approved the summary |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden and covers it well: it discloses validation, the step-1 return values, the email link requirement before providers see the enquiry, the exact consent wording, and the consequence of proceeding. No annotation contradiction exists.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Although longer than typical descriptions, every sentence carries operational weight, and the most important caveat ('NOT a purchase') is front-loaded. The step numbering keeps the two-phase contract scannable, and the consent quote is necessary verbatim text.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a two-step mutation tool with no annotations and no output schema, the description explains return values of step 1, the required user consent step, and the post-submission email-link behavior. The only omitted details (e.g., step 2 return value, error handling) are minor against this coverage.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, but the description adds critical protocol semantics: answers must be keyed from enquiry_fields, consent=true is the agreement, and confirmation is the token produced in step 1 for use in step 2. This goes beyond the schema's bare property definitions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb and resource ('Submits an enquiry to 409A Providers') and immediately adds exclusions ('NOT a purchase, NOT a guaranteed quote'). This makes it unambiguous against sibling tools like compare_options or enquiry_describe, and the two-step nature is stated clearly.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It gives a complete step-by-step protocol: call with answers and consent first, show the summary and consent line, then call again with the confirmation token only if the person agrees. It also states when not to use it ('NOT a purchase') and references enquiry_fields for answer keys, giving the agent enough routing information.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
6 tool updates
- First observed
compare_criteria - First observed
compare_options - First observed
compare_table - First observed
enquiry_describe - First observed
enquiry_fields - First observed
submit_enquiry
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Cheap 409A: the site's own MCP server — compare, enquiry (enquiry = a human handoff, not a...
61409A Cost: the site's own MCP server — calculator, enquiry (enquiry = a human handoff, not a...
51Get 409A Valuation: the site's own MCP server — checker, enquiry (enquiry = a human handoff, not...
61Which M&A Advisor: the site's own MCP server — compare, enquiry (enquiry = a human handoff, not...
61
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceAn MCP server that provides live fair-market-value price comparisons and Ed25519 signed-receipt verification for x402/MPP services, enabling agents to sanity-check quotes and verify receipts.40Apache 2.0
- AlicenseNot gradedqualityAmaintenanceUnbiased vendor intelligence MCP server that helps AI agents and developers make informed infrastructure decisions by providing current, structured, neutral vendor comparisons and recommendations.961MIT
- FlicenseNot gradedqualityBmaintenanceThe first MCP server that pays for itself. AI agents pay for ScriptMasterLabs data autonomously via x402 — 43+ pay-per-call tools for market intelligence, SEC filings, federal grants/contracts, and more.1-
- AlicenseAqualityFmaintenanceMCP server for the402.ai — an open marketplace where AI agents discover and purchase services from third-party providers via x402 micropayments (USDC on Base). Browse the catalog, purchase services, manage conversation threads, and list services as a provider.30732MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
The compare_* tools are distinct: criteria, options, and the full table are clearly separated. The enquiry_* tools are also distinct, though compare_options and compare_table could initially be confused before reading their descriptions.
The compare_* tools follow a consistent verb_noun pattern, but the enquiry tools mix conventions: enquiry_describe and enquiry_fields are noun-first while submit_enquiry is verb-first. This is readable but not fully consistent.
Six tools form a tight, well-scoped set for this server's purpose: three for browsing comparison data and three for the enquiry flow. No tool feels redundant or excessive.
The tools cover the full journey: understanding criteria, comparing options, viewing the full table, and submitting an enquiry with proper consent and confirmation. There are no obvious dead ends or missing operations for the stated purpose.