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
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.8/5 across 3 of 3 tools scored.
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.
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 |
Tool Definition Quality
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 |
Tool Definition Quality
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 |
Tool Definition Quality
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.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
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
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 Servers
- AlicenseAqualityAmaintenanceProvenance-first web access for AI agents, delivering clean content with verifiable source metadata and SEC EDGAR financial data.845MIT
- Alicense-qualityBmaintenanceThe 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.161601MIT
- Alicense-qualityCmaintenanceWeb search, clean page reading & one-call research dossiers for AI agents. No API key — your agent does the synthesis.97MIT
Your Connectors
Sign in to create a connector for this server.