CiteStamp
Server Details
Citation-health over a CC0 citation graph: what supports, refutes, or cites a paper. Read-only.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- citestamp/mcp
- GitHub Stars
- 0
- Server Listing
- CiteStamp MCP server
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.2/5 across 5 of 5 tools scored.
Most tools have distinct purposes: edges_about covers all edges, references_of outgoing, what_cites incoming, what_refutes and what_supports specific types. However, edges_about may overlap with the others as it can include edges of those types.
Names follow a pattern of underscores and descriptive phrases (e.g., references_of, what_cites). However, edges_about deviates slightly as a noun_preposition structure instead of what_verb.
5 tools is well-scoped for a citation graph server, covering general edges, outgoing references, incoming citations, and specific support/refute queries without redundancy.
Tools cover essential citation graph queries (edges, references, citations, supports, refutes). Missing filtering by trust tier or ability to add edges, but for a read-only query service it is largely complete.
Available Tools
5 toolsedges_aboutAInspect
Every edge touching the given work or claim, in either direction, each tagged with its trust tier (asserted|inferred) and attribution/provenance.
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | DOI, arXiv id, OpenAlex id, or internal claim id | |
| asserted_only | No | If true, restrict to human-signed (asserted) edges. If false (default), return both asserted and machine-inferred edges. |
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. It discloses that both asserted and inferred edges are returned (with a filter option) and includes provenance. However, it does not mention pagination, ordering, or potential limits.
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?
A single, well-structured sentence that front-loads the purpose and includes key output details (trust tier, attribution) without extraneous content.
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?
No output schema exists, so the description must explain return values. It mentions edges with trust tier and attribution but does not detail the structure (e.g., whether relation type, source/target IDs are included). Adequate but not fully comprehensive.
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%, so baseline is 3. The description does not add meaning beyond the schema; it mentions 'given work or claim' which maps to identifier, but no additional parameter context.
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 returns 'every edge touching the given work or claim' in both directions, with trust tier and attribution. It distinguishes from siblings like references_of, what_cites, etc., which are more specific relation types.
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 use when you need all edges for a work or claim, but does not explicitly state when to prefer this over siblings. No guidance on alternatives or exclusions is provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
references_ofBInspect
What the given work CITES (its outgoing references).
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | DOI, arXiv id, OpenAlex id, or internal claim id | |
| asserted_only | No | If true, restrict to human-signed (asserted) edges. If false (default), return both asserted and machine-inferred edges. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist, so the description carries the full burden. It only states the general purpose and does not mention any behavioral traits like authentication, rate limits, side effects, or data freshness. The tool is read-only, but that is not explicitly stated.
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, front-loaded sentence that efficiently conveys the core functionality. It is concise and contains no unnecessary words, though it could be slightly more 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?
Important context is missing: there is no output schema, and the description does not explain the return format, pagination, or error behavior. For a data-retrieval tool, this is insufficient for complete 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 coverage is 100%, with clear descriptions for both parameters in the input schema. The tool description adds no additional semantics beyond what the schema already provides, so a baseline of 3 is appropriate.
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 that the tool returns outgoing references (citations) of a given work, using the verb 'CITES' and the phrase 'outgoing references'. This distinguishes it from sibling tools like 'what_cites' which likely find incoming citations.
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?
There is no explicit guidance on when to use this tool vs. alternatives (e.g., 'what_cites' for incoming references). The purpose is implied by the name and description, but no when-to-use or when-not-to-use instructions are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
what_citesBInspect
Works or claims that CITE the given identifier (incoming citations).
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | DOI, arXiv id, OpenAlex id, or internal claim id | |
| asserted_only | No | If true, restrict to human-signed (asserted) edges. If false (default), return both asserted and machine-inferred edges. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden but only states the tool returns citing entities. It fails to disclose whether it is read-only, authentication needs, pagination behavior, or any side effects. The return type (works or claims) is mentioned but not elaborated.
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?
Single sentence is concise and front-loaded, but the lack of structure (no additional sentences for context) slightly reduces clarity. Still efficient for the information provided.
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 absence of annotations and output schema, the description is incomplete. It does not explain output format (list of items?), limitations, or typical use cases. For a 2-parameter tool with no output schema, more context is needed to guide correct 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 coverage is 100% with both parameters fully described (identifier types, asserted_only meaning). The tool description adds no extra semantics beyond the schema, so baseline of 3 is appropriate.
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 retrieves works or claims that cite a given identifier, explicitly using 'incoming citations' to differentiate from outgoing references. This distinguishes it from siblings like 'references_of' (outgoing) and 'what_refutes'/'what_supports' (claim-specific relations).
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 explicit guidance on when to use this tool versus alternatives like 'edges_about' or 'references_of'. The description implies its purpose but does not state conditions or exclusions, leaving the agent to infer usage context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
what_refutesBInspect
Edges asserting or indicating that something REFUTES the given work or claim.
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | DOI, arXiv id, OpenAlex id, or internal claim id | |
| asserted_only | No | If true, restrict to human-signed (asserted) edges. If false (default), return both asserted and machine-inferred edges. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It does not disclose whether the operation is read-only, required permissions, rate limits, or the nature of returned edges (e.g., structure, pagination). The description only states the purpose, omitting behavioral traits.
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, well-structured sentence that front-loads the key term 'Edges' and emphasizes 'REFUTES'. It is concise and free of unnecessary words.
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 two-parameter tool with no output schema, the description could be more complete. It explains what edges are returned but omits details on edge structure, possible limitations, or behavior with different identifier types. Adequate but not fully comprehensive.
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% (both parameters have descriptions). The tool description adds no additional parameter context, so baseline 3 is appropriate. No extra value 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 the tool returns edges that refute a given work or claim, using the specific verb 'refutes' and resource 'edges'. It effectively distinguishes from sibling tools like 'what_supports' (opposite) and 'edges_about' (general).
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 alternatives. The description does not mention contexts for use, prerequisites, or when to choose another sibling tool like 'what_cites' or 'what_supports'.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
what_supportsCInspect
Edges asserting or indicating that something SUPPORTS the given work or claim.
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | DOI, arXiv id, OpenAlex id, or internal claim id | |
| asserted_only | No | If true, restrict to human-signed (asserted) edges. If false (default), return both asserted and machine-inferred edges. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, and the description does not disclose behavior such as output format, authentication requirements, or side effects. Only states the function in abstract terms.
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 sentence, which is concise but lacks structure. It could be more informative without being longer.
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 no output schema and no annotations, the description is too sparse. It fails to explain what 'edges' are or what the tool returns, leaving significant gaps for correct 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 coverage is 100%, so parameters are adequately described in the schema. The description adds no additional meaning 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 clearly states it returns edges indicating support for a given work or claim. The verb 'SUPPORTS' distinguishes it from sibling tool 'what_refutes', but does not explicitly differentiate from 'edges_about' or 'what_cites'.
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 on when to use this tool versus alternatives. The description provides no context for selection among siblings like 'what_refutes' or 'edges_about'.
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
- Alicense-qualityCmaintenanceEnables querying citation data from OpenCitations, including references, citations, citation counts, and bibliographic metadata for DOIs.11MIT
- Alicense-qualityAmaintenanceA local-first MCP server that analyzes research papers, maps citation graphs, and surfaces insights with verbatim-verified contradictions, all while keeping data private on your machine.1MIT
- Alicense-qualityAmaintenancereference and citation validation, verification, enrichment, replacement and improvement1MIT
- Flicense-qualityCmaintenanceFabrication-free, DOI-backed citations for AI content and agents, using openAlex public-domain data with resolvable DOIs. Includes an API and planned MCP server for agent-native citation retrieval.
Your Connectors
Sign in to create a connector for this server.