Context Relay
Server Details
Compact, citation-verifiable public web context for AI agents, paid per use with x402.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
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.4/5 across 2 of 2 tools scored.
Each tool has a clear, distinct purpose: one provides a quote without retrieving the page, and the other performs the actual retrieval. There is no overlap or ambiguity between them.
Both tool names follow the same verb_noun pattern (quote_context, retrieve_context), using consistent snake_case. This makes the tool naming predictable and easy to understand.
With only 2 tools, the server feels minimal. While the narrow domain could justify a small set, this is borderline and might limit flexibility for more complex use cases.
The server covers its core workflow completely: quote first, then retrieve. There are no obvious gaps for the stated purpose of relaying context from public HTML with a cost quote.
Available Tools
2 toolsquote_contextQuote Context RetrievalARead-onlyInspect
Get a free price, route, latency, and policy quote without retrieving the page.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public HTTP or HTTPS page to retrieve. | |
| question | No | Task or question used to rank relevant passages. | |
| max_tokens | No | ||
| max_price_usd | No | ||
| freshness_seconds | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, so the description only adds the 'without retrieving the page' behavior, which is useful. It does not disclose other behavioral traits like rate limits, caching, or how freshness_seconds affects results. With annotations covering safety, the description adds some value but remains limited.
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 that immediately conveys the core function and key differentiator. It is front-loaded and contains no filler, making it highly efficient.
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 tool has 5 parameters and no output schema, but the description does not explain what a 'quote' consists of, how the output is structured, or how parameters influence results. It only addresses the 'without retrieving' aspect, leaving major gaps for an agent deciding on invocation.
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% (only url and question have descriptions). The description does not explain the meaning of max_tokens, max_price_usd, or freshness_seconds, nor does it relate these to the quoted 'price, route, latency, policy'. This leaves 60% of parameters effectively undocumented in both schema and description.
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 provides a price, route, latency, and policy quote without retrieving the page. This distinguishes it from the sibling tool 'retrieve_context', which presumably retrieves the full page content. The verb 'get' and specific resource 'quote' make the purpose unambiguous.
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 'without retrieving the page' implies this tool is for lightweight information needs, contrasting with a full retrieval tool. However, it does not explicitly name alternatives or state when to prefer this over 'retrieve_context', leaving the guidance implicit rather than explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
retrieve_contextRetrieve Compact ContextBRead-onlyInspect
Retrieve compact, citation-verifiable context from public HTML. Costs $0.005 USDC via x402.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public HTTP or HTTPS page to retrieve. | |
| question | No | Task or question used to rank relevant passages. | |
| max_tokens | No | ||
| max_price_usd | No | ||
| freshness_seconds | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=true, so the agent knows it's a safe read operation. The description adds the cost aspect ($0.005 USDC via x402) and the 'citation-verifiable' output quality, which are useful behavioral details beyond the annotations. However, it doesn't disclose other behaviors like rate limits or failure handling.
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 short sentences and gets straight to the point, with no fluff. Every word adds 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?
With 5 parameters and no output schema, the description is insufficiently detailed. It doesn't explain how parameters interact, what the output structure looks like, or how pricing works relative to max_price_usd. The sibling tool is not mentioned, limiting contextual understanding.
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%; only 'url' and 'question' have descriptions. The description does not explain the remaining three parameters (max_tokens, max_price_usd, freshness_seconds). Since coverage is below 50%, the description should compensate but doesn't.
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 function: 'Retrieve compact, citation-verifiable context from public HTML.' It specifies a verb, resource, and output characteristics. However, it does not explicitly distinguish itself from sibling tool 'quote_context', so it misses the chance to clarify when to choose this over the alternative.
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 provided on when to use this tool versus the sibling 'quote_context'. The description only states the action and cost, without any context on use cases or 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
- AlicenseAqualityAmaintenancePay-per-use clean web reader for AI agents. URL in, markdown plus metadata out, in milliseconds. Settled per-call in USDC over x402 — no signup, no API keys.Last updated21722MIT
- Alicense-qualityAmaintenanceEnables AI agents to pay creators for each citation via the x402 micropayment protocol, with automatic research, grounded answers, and on-chain settlement.Last updated2,1561MIT
- Alicense-qualityCmaintenancePay-per-call web search for AI agents, settled in USDC on Base via the x402 protocol. No API key or subscription required; users fund a wallet and get a web_search tool.Last updated81MIT
- Alicense-qualityBmaintenanceEnables AI agents to access premium web intelligence tools like fetching pages as markdown, web search, structured extraction, and deep research, with x402 micropayments.Last updated0MIT