ResultRail by LarryBuildsAI
Server Details
Five-to-twelve-cent source-attributed public URL and domain result packs for AI agents.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- LarryLemonBot/resultrail-mcp-server
- GitHub Stars
- 0
- Server Listing
- ResultRail by LarryBuildsAI
Available Tools
3 toolsenrich_domain_resultDomain Result PackARead-onlyIdempotentInspect
Fetch a public domain/homepage and return one source-attributed result pack: company/title/description, industry guess, technographic signals, useful paths, confidence, sources, and receipt hash.
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Alternative public homepage URL. | |
| domain | Yes | Public domain or homepage URL. | |
| pii_mode | No | off | |
| max_price_usdc | No | 0.12 | |
| required_fields | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| source | Yes | |
| product | Yes | |
| priceUsd | Yes | |
| claimBoundary | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and openWorldHint=true. The description adds useful context about the returned result pack contents and source attribution, exceeding the annotation bar without contradicting it. It does not mention cost implications or failure modes, but the annotations cover the safety profile adequately.
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 dense sentence that packs multiple output fields without unnecessary fluff. It is front-loaded and every phrase contributes meaning, though its length makes it slightly harder to parse than a shorter structured breakdown.
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 tool with 5 parameters, a cost cap, and PII mode, the description lacks essential operational guidance. It does not explain when or why to set max_price_usdc, what required_fields controls, or how pii_mode affects results. The output schema covers return values, but the input semantics are too vague for a complex tool.
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 only 40% (url and domain have descriptions). The description reiterates domain/url but leaves pii_mode, max_price_usdc, and required_fields completely unexplained. It does not compensate for the low schema coverage, so the agent is left without guidance on three key parameters.
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 it fetches a public domain/homepage and returns a structured result pack with specific fields (company info, industry guess, technographics, useful paths, confidence, sources, receipt hash). This distinguishes it from sibling tools focused on URL extraction or quote data.
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 it is used for domain enrichment, but does not explicitly state when to use it versus extract_url_result or quote_data_result, nor does it provide exclusions or prerequisites. Clear context but no alternative comparison.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
extract_url_resultURL Extract ResultARead-onlyIdempotentInspect
Fetch one public URL and return title, description, headings, text preview, links, confidence, source URL, and receipt hash. Designed for pay-per-success agent extraction.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public URL to extract. | |
| output | No | summary | |
| max_price_usdc | No | 0.05 |
Output Schema
| Name | Required | Description |
|---|---|---|
| source | Yes | |
| product | Yes | |
| priceUsd | Yes | |
| claimBoundary | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare the tool read-only, idempotent, and non-destructive. The description adds meaningful behavioral context beyond those hints: it targets only public URLs, returns a specific set of fields, and operates on a pay-per-success basis, which signals cost implications the annotations do not cover.
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 two sentences, front-loads the action, and includes no filler. Every phrase adds useful information about the tool's behavior and design context.
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?
The description covers the primary input, output fields, and pay-per-success framing, but it omits important context such as how the output format parameter works, what failure or pricing caveats exist, and how this tool relates to its siblings. The output schema reduces the need to enumerate return values, but usage and parameter edge cases remain incomplete.
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?
With only 33% schema description coverage, the description needed to compensate by explaining parameters such as 'output' and 'max_price_usdc', but it does not. It lists extraction result fields rather than parameter meaning, and 'pay-per-success' only hints at the cost parameter without explaining its role or constraints.
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 uses a specific verb ('Fetch one public URL') and identifies both the resource and the return payload, making the core purpose clear. It does not explicitly differentiate from sibling tools like enrich_domain_result or quote_data_result, so it stops short of a 5.
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 phrase 'Designed for pay-per-success agent extraction' implies when this tool is appropriate, but there is no explicit guidance on when to choose it over siblings or when to avoid it. Usage context is implied rather than directly stated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
quote_data_resultResult QuoteARead-onlyIdempotentInspect
Free pre-payment quote for one ResultRail public-data result. Returns price, paid endpoint, success contract, and whether the buyer's max price covers the result.
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | Optional plain-language task or buying intent. | |
| input | No | Domain, URL, or target text to stage. | |
| task_type | Yes | Result type to quote. | |
| max_price_usdc | No | Maximum acceptable price. Defaults to 10. |
Output Schema
| Name | Required | Description |
|---|---|---|
| source | Yes | |
| product | Yes | |
| priceUsd | Yes | |
| claimBoundary | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds value by disclosing the specific return payload (price, paid endpoint, success contract) and the free nature of the quote, going beyond annotation basics.
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 extremely concise—two sentences that front-load the core purpose and immediately list return values. Every word carries weight, and there is no irrelevant filler.
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?
The description explains the tool's purpose, return values, and free nature, which is sufficient given the rich annotations and output schema. It could have mentioned explicit alternatives or eligibility conditions, but overall it is complete for a quote tool.
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 100%, so all parameters (task, input, task_type, max_price_usdc) are already well-documented. The description references max_price_usdc implicitly ('buyer's max price') but does not add significant new parameter semantics beyond schema.
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 it provides a 'Free pre-payment quote for one ResultRail public-data result,' specifying the verb 'quote' and the resource. It also lists what is returned (price, paid endpoint, success contract, coverage check), distinguishing it from sibling tools like enrich_domain_result and extract_url_result, which focus on enrichment and extraction.
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 usage in the pre-payment phase ('Free pre-payment quote') and distinguishes it from enrichment/extraction by its purpose. However, it does not explicitly name alternatives or state when not to use it, so it lacks explicit exclusions.
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.
3 tool updates
- First observed
enrich_domain_result - First observed
extract_url_result - First observed
quote_data_result
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
Web scraping for AI agents. Extract text and metadata from any URL worldwide. $0.005/page.
Compact, citation-verifiable public web context for AI agents, paid per use with x402.
Parsed public-domain market data for AI agents, priced below DIY inference cost, paid via x402.
URL intelligence for AI agents and developers. 16 tools, 25 signal weights, 20 free checks.
Related MCP Servers
- AlicenseAqualityCmaintenanceProvenance-first web access for AI agents, delivering clean content with verifiable source metadata and SEC EDGAR financial data.848MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to investigate public URLs through evidence-first intelligence, including crawling, entity resolution, social discovery, SEO, technology detection, monitoring, reports, and optional AI reasoning.7MIT
- AlicenseNot gradedqualityBmaintenanceThe web data platform for AI agents. Fetch, search, crawl, extract, monitor, and screenshot any URL. 55+ domain extractors, 65-98% token savings. 7 MCP tools included.33212AGPL 3.0
- AlicenseAqualityDmaintenanceURL intelligence for AI agents. One URL in, structured security and data quality signals out across 7 dimensions. 13 tools, risk score 0-100 with 23 configurable weights.161101MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool has a clearly distinct purpose: domain enrichment, generic URL extraction, and pricing quote. No overlap or ambiguity between them.
All tools follow a consistent verb_object_result pattern with snake_case naming, making the set predictable and easy to navigate.
Three tools is well-scoped for a specialized API focused on quoting and retrieving public data results. Each tool serves a necessary role without redundancy.
The toolset covers the core workflow: quote first, then retrieve either a domain-enriched result or a URL extraction result. No obvious dead ends or missing operations.