Whysaid — Verify claims, sources & AI answer share
Server Details
Verify claims and sources, and check whether AI assistants name a brand.
- 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 4/5 across 5 of 5 tools scored.
Each tool targets a distinct operation: claim verification, source verification, provenance detection, AI answer share, and pricing. The descriptions clearly separate verify_claim and verify_source by their specific inputs and checks, so agents can reliably select the right tool.
Most tools follow a verb_noun pattern (verify_claim, verify_source, check_provenance), but pricing is a bare noun and answer_share is a compound noun rather than a verb-led name. The pattern is largely consistent with minor deviations.
Five tools cover the server's stated verification and provenance scope without redundancy. The count is well within the ideal 3–15 range and each tool earns its place for the domain.
The surface covers the core operations: verifying claims, confirming sources, detecting AI-generated/provenance content, and comparing AI answer share. Minor gaps exist, such as no batch verification or historical verification log, but the stated purpose is fully addressed.
Available Tools
5 toolscheck_provenanceAInspect
Detect whether a piece of text was model-generated and whether this system has emitted something materially identical before. Use before storing text in long-term memory: it stops model output being re-ingested and later served back as fact. Costs $0.25 in USDC.
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Since no annotations are provided, the description carries the full burden. It discloses two detection capabilities, the operational consequence of bypassing it (re-ingesting model output), and a cost of $0.25 in USDC. This goes beyond the minimal and adds useful operational context, though it does not describe the output or error behavior.
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-loaded with the primary function, and includes a clear usage instruction and cost. No wasted words; it is efficient and easy to parse.
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 a single parameter, no annotations, and no output schema, the description covers the core behavior, the intended use case, and a cost consideration. It could optionally mention what the tool returns (e.g., a boolean or confidence), but given the simplicity, it is adequately 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 schema has only one string parameter 'content' with 0% description coverage. The description implies the input is text ('piece of text') but doesn't elaborate on format, length limits, or whether it accepts any string. It adds some meaning but does not fully compensate for the lack of schema documentation.
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 function: detecting whether text is model-generated and whether the system has emitted identical content before. This is a specific action on a specific resource (text) and differs from siblings like verify_claim or verify_source, which likely focus on factual verification.
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?
Explicitly advises using the tool before storing text in long-term memory to prevent re-ingestion of model output. This provides a clear context of use, though it does not explicitly mention when not to use it or alternatives. The guidance is actionable and directly tied to the tool's purpose.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
pricingAInspect
What each Whysaid verification costs and how to pay. Free.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It does disclose a key behavioral fact ('Free'), but it does not explain what 'how to pay' means if the service is free, nor what the tool returns (e.g., a list, a message, a link). For a simple informational tool this is adequate but minimal.
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 with no filler. 'What each Whysaid verification costs and how to pay. Free.' is front-loaded and every word earns its place. The standalone 'Free.' is abrupt but still informative.
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, no-output-schema tool, the description covers the essential information: costs and payment method. The only ambiguity is the relationship between 'how to pay' and 'Free,' but overall the description is sufficient for an agent to understand the tool's purpose and invoke it appropriately.
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, so the baseline is 4. The description does not need to explain parameter semantics because there are none. No additional parameter information is required.
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 pricing information ('what each Whysaid verification costs') and payment instructions ('how to pay'). It distinguishes itself from the sibling verification/share tools by focusing on cost rather than verification actions. It lacks an explicit verb like 'get' or 'list,' but the noun-phrase framing is still specific and 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?
Usage context is implied rather than explicit: the name 'pricing' and description make it obvious this is for cost/payment questions. However, there is no direct guidance on when to use this tool versus alternatives, nor any exclusion criteria. The sibling tools are clearly different in function, so the lack of explicit guidance is a minor gap.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
verify_claimAInspect
Independently verify a claim against a real check — an HTTP fetch, a file, or a command — rather than taking an assertion on trust. Use to confirm work another agent reports as done. Costs $0.35 in USDC.
| Name | Required | Description | Default |
|---|---|---|---|
| claim | Yes | ||
| check_kind | No | ||
| check_spec | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description bears the burden of behavioral disclosure. It adds cost information ($0.35 USDC) and indicates the tool can perform HTTP fetches, file reads, and shell commands. However, it does not warn about potential side effects of shell execution or describe failure/return behavior, leaving notable gaps.
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 purpose and include the practical cost detail. Every word contributes meaning, with no filler or 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?
The tool can execute shell commands, which carries safety implications, yet there is no warning about side effects or guidance on selecting check kinds. No output schema exists, and the description does not explain return values, error cases, or how to structure check_spec. Sibling tools like verify_source are not mentioned, so differentiation is weak.
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 input schema has 0% description coverage, and the tool description only loosely maps to parameters: 'claim' is implied, 'check_kind' is referenced as HTTP/file/command, but 'check_spec' remains entirely unexplained. The description adds minimal semantic value beyond what the schema already shows with enum values, failing to compensate for the lack of parameter documentation.
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 core function: independently verifying a claim against a real check (HTTP fetch, file, or command). It contrasts with taking an assertion on trust and specifies the use case of confirming another agent's reported work, making the purpose specific and distinguishable from trusting claims.
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 explicitly says 'Use to confirm work another agent reports as done,' providing a clear when-to-use context. It does not name alternative tools or provide exclusions, but the context is sufficient for an agent to understand appropriate usage.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
verify_sourceAInspect
Confirm a URL is reachable and actually says what it is claimed to say. Use before citing, quoting, or acting on a web source — it catches dead links, changed pages, and claims the page does not support. Costs $0.20 in USDC.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | the URL to check | |
| contains | No | text the page must contain for the claim to hold |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must carry the full burden. It adds a key behavioral trait: 'Costs $0.20 in USDC.' It also describes outcomes (catches dead links, changed pages, unsupported claims). However, it does not disclose return format, error behavior, or whether any side effects occur, limiting full transparency.
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 long, with the purpose front-loaded in the first sentence and usage context and cost in the second. Every sentence earns its place, with no filler or 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 simple 2-parameter tool, the description covers the purpose, when to use, and cost. The absence of an output schema means the return value is not described, which is a minor gap. Also, sibling differentiation is weak, but the tool's scope is clear from the description.
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 the baseline is 3. The description does not add extra meaning beyond the schema; the schema already describes both 'url' and 'contains' clearly. The intended usage of 'contains' is implied by 'actually says what it is claimed to say' but not elaborated.
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 confirms a URL is reachable and matches the claimed content, using specific verbs and a defined resource. It does not explicitly differentiate from sibling tool 'verify_claim', but the URL focus provides implicit distinction.
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?
Provides explicit context on when to use: 'Use before citing, quoting, or acting on a web source.' It explains what it catches (dead links, changed pages, unsupported claims). It does not name alternatives or exclusions, but the usage context is clear.
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
AlicenseNot gradedqualityNot gradedmaintenanceEnables fact-checking of AI responses against reliable sources and validation of responses against document content to ensure accuracy and reliability.- AlicenseNot gradedqualityBmaintenanceEnables per-claim citation verification for AI-generated text by fetching cited sources and judging whether they support the claim, with verdicts and evidence quotes.75MIT
- AlicenseNot gradedqualityFmaintenanceVerifies claims with verdicts (supported/disputed/unverifiable), confidence scores, and cited sources by cross-referencing FoundryNet Data Network and web search.MIT
- AlicenseAqualityBmaintenanceVerifies factual claims against live sources and returns a verdict, confidence score, and citations for any agent to use before stating uncertain facts.6MIT