Whysaid
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.1/5 across 5 of 5 tools scored. Lowest: 3.5/5.
Each tool has a distinct purpose, but verify_claim and verify_source overlap somewhat since both involve checking web-related information. The descriptions are clear enough that an agent can usually pick the right one, though some confusion is possible.
Tool names are all lowercase with underscores, but the pattern is inconsistent: verify_claim and verify_source follow a verb_noun style, check_provenance follows a similar style, while pricing is a bare noun and answer_share is more of a noun-verb combination. The names are readable but not perfectly patterned.
Five tools is a well-scoped count for a verification and research service. Each tool addresses a distinct need, and the meta tool pricing is a sensible lightweight addition.
The core verification lifecycle is covered: verifying claims, verifying sources, checking provenance, and getting market insights. Missing pieces like a results history or batch verification are minor and not essential to the apparent purpose.
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.01 in USDC.
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes |
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 discloses the behavioral traits: it checks two things (model-generated and material similarity), and it mentions a cost of $0.01 in USDC, which is critical for an agent to know before invocation. This goes beyond a simple verb phrase.
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 three sentences: purpose, usage context, and cost. Every sentence adds value, no fluff. It is front-loaded with the core action.
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 simplicity (one string parameter), no output schema, and clear description, it is complete for an agent to decide and invoke. It mentions cost, which is additional critical context. No further information is needed.
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 0%, so the description must compensate. It explains what 'content' is (the text to check) implicitly by describing the tool's action, but it does not specify the format or length limits. However, with only one parameter, the tool name and description make it clear that 'content' is the text input.
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 purpose: detecting whether text is model-generated and whether it has been emitted before materially identically. It names the specific verb 'Detect' and specifies the resource ('a piece of text'), distinguishing it from siblings like verify_claim or verify_source.
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 explicitly says when to use: before storing text in long-term memory, to prevent re-ingestion of model output as fact. It does not name alternatives, but the context is clear and exclusive enough given the domain.
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?
With no annotations, the description carries the transparency burden. It reveals that the tool provides informational pricing content and notes that the service is free, but does not explicitly state read-only behavior, lack of side effects, or any required permissions. Given the tool's simplicity, 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 exceptionally concise: a single sentence plus the fragment 'Free.' It front-loads the core purpose and every word contributes value, with no wasted 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 zero-parameter informational tool with no output schema, the description fully conveys the content: the costs and payment methods, and the key fact that it is free. It is complete for the tool's simple scope.
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 coverage is 100% (vacuously). Per the guidelines, the baseline for 0 parameters is 4. The description adds contextual meaning by explaining what the tool reports, which is sufficient.
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 purpose: to show the costs and payment methods for Whysaid verification. It distinguishes from sibling verification tools by focusing on pricing information, making the resource type evident.
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 when one needs pricing or payment info, and the sibling tool names make it clear this is separate from verification actions. However, it does not explicitly state when to use it versus alternatives or provide exclusions.
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.02 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?
The description discloses that the tool performs a 'real check' including HTTP fetch, file access, or shell command, and it explicitly notes the cost ($0.02 USDC). However, it does not mention potential side effects (e.g., executing arbitrary commands, modifying files) or any security/authorization considerations, which are critical for a tool that can run shell commands. This is a significant gap given the absence of annotations.
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—and directly conveys the purpose, use case, and cost. There is no fluff or redundant information; every sentence 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?
The tool has nested objects (check_spec) and executes potentially complex operations (HTTP, file, shell). The description lacks any explanation of the check_spec structure, expected output, error handling, or edge cases (e.g., what happens if the claim is false). It fails to provide enough context for an agent to use the tool reliably without additional external documentation.
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 provides only parameter names and types without any descriptions. The description adds no detail about what `claim`, `check_kind`, or `check_spec` mean semantically, nor does it explain how they interact (e.g., how check_spec is structured for each check_kind). With zero schema coverage and no parameter explanations, an agent would struggle to construct valid 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 purpose: independently verify a claim using a real check (HTTP fetch, file, or command). It distinguishes itself from sibling tools like verify_source by focusing on verifying a claim's truth rather than source credibility, and it explicitly mentions confirming another agent's reported work.
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 provides a clear usage scenario: 'Use to confirm work another agent reports as done.' It also mentions the check types (HTTP, file, shell) and the cost. While it doesn't explicitly state when not to use it, the given use case is specific enough to guide an agent effectively.
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.02 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 carries the transparency burden. It discloses a real side effect: 'Costs $0.02 in USDC' and explains the verification behavior. It does not state return format or read-only guarantees explicitly, but the description is more transparent than typical check tools.
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?
It is two compact sentences: purpose first, usage second, then cost. Every sentence adds necessary information with no redundancy or 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?
Given the simple 2-parameter schema, no annotations, and no output schema, the description covers purpose, trigger, failure modes, and cost. A return-value format is not explicitly outlined, but 'confirms' and 'catches' make the pass/fail nature reasonably obvious.
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 both parameters already have meaningful schema descriptions. The tool description reinforces the purpose and why `contains` matters, but does not add much semantic information beyond what the schema provides.
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 starts with a specific verb and resource: 'Confirm a URL is reachable and actually says what it is claimed to say.' This clearly scopes the tool to URL-source verification and differentiates it from sibling claim/provenance checks.
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 explicitly says to use the tool 'before citing, quoting, or acting on a web source' and names the failure modes it catches: dead links, changed pages, and unsupported claims. It does not name alternative tools or exclusion conditions, 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