GeniusFlow Evidence
Server Details
Re-check pinned sources, package and cite. Live Federation MCP. No account.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- Kaydeep0/eigenstate-research
- GitHub Stars
- 0
- Server Listing
- geniusflow-federation
Available Tools
9 toolsgf_citeBInspect
GET cite catalog, or POST one cite packet {kind,id,claim?}.
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| kind | No | Optional; if set, POST packet | |
| claim | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must carry the burden of behavioral disclosure. It reveals the HTTP methods (GET/POST), which imply read vs. write, but omits side effects, permissions, error behavior, or return characteristics. This is a significant gap for a tool involving both query and mutation.
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 with no filler or repetition. It conveys the two modes and the packet shape efficiently, making every word meaningful.
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 absence of annotations and output schema, the description is too terse to be complete. It leaves unanswered how the GET response is structured, how id interacts with GET vs POST, what 'cite packet' contains beyond the listed fields, and what errors or prerequisites exist. The tool has moderate complexity (3 params, nested object) that warrants richer context.
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 description adds the packet structure '{kind,id,claim?}', giving purpose to the parameters beyond the sparse schema. However, it does not clarify the role of 'id' in the GET context or the exact conditions for each parameter, and schema coverage is only 33%, so the description only partially compensates.
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 identifies two distinct operations: GET the cite catalog or POST a cite packet, with the packet shape explicitly specified. This verb+resource structure is specific and differentiates the tool from siblings like gf_dossier or gf_verify.
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 GET vs POST distinction implies when to use each operation, and the schema hints that setting 'kind' triggers POST. However, there is no explicit guidance about alternatives or conditions for choosing between fetch and create beyond this, and no mention of related tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
gf_darshanAInspect
GET public Darshan (refuse/admit samples + provenance rail).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description explicitly indicates a GET operation and 'public' data, which implies a read-only and accessible behavior. However, it lacks details such as return format, error conditions, or rate limits. With no annotations, the description carries the full burden but only partially fulfills it.
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, tightly written sentence that front-loads the core purpose (GET public Darshan) and appends concise details in parentheses. Every word contributes to understanding.
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 GET tool with no output schema, the description provides enough context about the resource and what it contains. It lacks an explicit return structure, but the included details about its contents are sufficient for a simple retrieval 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?
The input schema has zero parameters, so the baseline is set to 4. The description adds context about the resource content but does not need to document any parameters since none exist.
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 performs a GET operation for public Darshan, specifying the contents (refuse/admit samples and provenance rail). It is specific about the resource and action, but does not explicitly distinguish this from sibling tools.
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 about when to use this tool versus alternatives, nor any exclusions or prerequisites. The description is purely declarative with no usage context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
gf_dossierBInspect
GET entity dossier card (claims[] when ledger-backed). Additive public_entity_projection.v1 keys; Ring 1 walkers may ignore them.
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | Entity codename e.g. AAVE_V3 |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
GET explicitly signals a read operation, and the note about claims[] when ledger-backed and additive projection keys adds some behavioral detail. However, with no annotations, important behavior such as failure modes, auth, pagination, and meaning of Ring 1 walkers remains unspecified.
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 consists of two short, front-loaded sentences with no filler. The first sentence gives the core contract, but the second sentence is compact to the point of being cryptic, preventing a top score.
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 one-parameter read operation, the schema plus the operation-level description is enough to make a basic call. Still, there is no output schema and the description relies on unexplained terminology such as ledger-backed, public_entity_projection.v1, and Ring 1, leaving noticeable gaps about response shape and behavior.
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 already fully documents the only parameter as a required entity codename string, with example AAVE_V3, so 100% parameter coverage exists. The description does not add meaning beyond calling it an entity, which duplicates the schema, so it stays at the baseline.
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 states a specific GET operation on an entity dossier card, and the schema example AAVE_V3 clarifies the input. It is not tautological and the resource is distinct from sibling tool names, but it does not explicitly differentiate itself from gf_status, gf_verify, or similar sister tools.
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 named when-to-use guidance, no exclusion criteria, and no reference to alternatives among siblings. The only usage signal is inferred: calling this tool fetches an entity dossier. The Ring 1 walkers phrase is too domain-specific to serve as reliable guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
gf_openapiAInspect
GET OpenAPI 3 document for federation endpoints.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It only says 'GET', which implies a read-only operation, but does not explicitly state that no data is modified, what format the response takes, or any potential limitations (e.g., caching, authentication requirements). This is minimal disclosure for a tool with zero annotation support.
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 conveys the essential purpose without any filler. Every word earns its place, and it is immediately scannable.
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 tool's low complexity (no parameters, no output schema, simple retrieval), the description is sufficiently complete for an agent to understand what to expect. The OpenAPI 3 format is well-known, and the scope 'for federation endpoints' provides necessary context, though it could mention that the response is a JSON document.
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?
There are zero parameters, so the description is not required to explain any. The baseline of 4 applies because no parameter information is needed; the tool is inherently parameterless.
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 an OpenAPI 3 document for federation endpoints. The verb 'GET' and the resource 'OpenAPI 3 document' are specific and distinguish it from sibling tools like gf_status or gf_verify, which clearly serve different purposes.
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. While the resource type itself is distinctive, the description does not specify context (e.g., 'use this to discover available federation endpoints') or mention any exclusions or prerequisites.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
gf_packageBInspect
Package disposition admit/refuse over a published claim object. Returns disposition + versioned proof_shape.
| Name | Required | Description | Default |
|---|---|---|---|
| claim | Yes | Published claim from dossier claims[] |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must carry the burden of behavioral disclosure. It states the return value ('disposition + versioned proof_shape') but does not reveal whether the operation is read-only, mutates state, requires special permissions, or has side effects. The verb 'Package' is ambiguous as to whether it modifies the claim.
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, containing just two sentences. It front-loads the action and resource, then immediately states the return. Every word contributes to understanding the tool's function, 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?
For a tool with one parameter and no output schema, the description provides a reasonable level of context by stating the purpose and return format. However, it lacks explanation of what 'disposition' values are allowed (e.g., 'admit' vs 'refuse'), what 'proof_shape' contains, and any behavioral or prerequisite information. The absence of annotations and output schema leaves gaps, though the simple parameter count mitigates incompleteness.
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 already provides full coverage for the single parameter 'claim' with the description 'Published claim from dossier claims[].' The tool description adds minimal semantic value by referring to 'published claim object,' but does not elaborate on required fields, constraints, or the structure of the claim beyond what the schema already states.
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 action 'Package' with a resource 'published claim object' and clarifies the intent with 'disposition admit/refuse.' It also mentions the return value, distinguishing it from sibling tools like gf_verify or gf_cite. However, 'Package' is somewhat uncommon as a verb, making it slightly less explicit than a tool like 'create' or 'update.'
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 'over a published claim object' implies the intended use case (operating on published claims from a dossier), providing implied usage context. However, it does not explicitly state when to use this tool versus alternatives such as gf_status or gf_verify, nor does it provide exclusions or conditions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
gf_report_feedBInspect
GET bundled report feed for an entity.
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must disclose behavior. It indicates a GET operation (suggesting read-only) but does not mention side effects, authentication, rate limits, or response structure. Minimal transparency beyond the HTTP verb.
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 clear sentence with no redundancy. Every word contributes to the purpose, making it concise and well-structured.
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 is simple with one parameter, but 'bundled report feed' is vague. Without an output schema, the description should clarify what the feed contains or how the entity is specified. It leaves significant gaps for an agent to understand the tool's full behavior.
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 one parameter 'entity' with no description (coverage 0%). The description mentions 'for an entity', providing some meaning for the parameter but not detailing format or expected values. It partially compensates for the lack of schema 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 action (GET), the resource (bundled report feed), and the scope (for an entity). It distinguishes this tool from siblings, which focus on other functions like citation, dossier, or status.
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 only defines what it does, leaving the agent to infer usage from the name and context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
gf_return_wireCInspect
GET return-wire consumption ack ring (read).
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional limit hint |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must carry transparency. It explicitly states '(read)', indicating a non-mutating operation, but provides no details on side effects, return format, or behavior of the 'ack ring'. Minimal disclosure.
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 with no wasted words. It efficiently conveys the method and read-only nature, though at the cost of clarity.
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 is simple, but the description fails to explain what the 'return-wire consumption ack ring' is, what the response contains, or when to use it. The lack of output schema means the description should compensate by explaining return values, which it does not.
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% for the single 'limit' parameter, so the baseline is 3. The description adds no parameter semantics beyond the schema's 'Optional limit hint'.
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 states a specific action (GET) and resource ('return-wire consumption ack ring'), adding specificity beyond the tool name. However, the resource is cryptic domain jargon, and it does not differentiate from sibling tools beyond the name.
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, what alternatives exist, or any prerequisites. The one-sentence description gives no context for selection among the gf_* siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
gf_statusBInspect
Federation SLA/status: build_id, bake time, endpoint health, honest tier.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It enumerates output fields, providing some idea of what the user will receive, but does not mention side effects, permissions, error conditions, or whether network calls are made. This is minimal 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 a single compact sentence, front-loaded with the main function and a list of included items. It is economical with no filler, though it is a fragment rather than a full sentence.
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 tool has no parameters and no output schema, the description is the sole source of information. It lists several output fields, but terms like 'endpoint health' and 'honest tier' are left undefined, leaving some ambiguity. It is adequate for a simple status tool but not fully 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 tool has zero parameters, so per rubric the baseline is 4. The description does not need to elaborate on parameter meanings, and the input schema confirms there are none.
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 identifies the tool as providing Federation SLA/status and lists specific fields returned (build_id, bake time, endpoint health, honest tier). While it lacks an explicit verb, the subject matter is unambiguous, and the content list distinguishes it from generic sibling tools.
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 given on when to use this tool versus any alternatives. The only hint is the word 'status', which implies querying for status but does not explicitly explain appropriate contexts or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
gf_verifyAInspect
Re-check grounding: source_url + expected must come from published claims[]. Do not invent expected from report HTML. Returns proof_shape.
| Name | Required | Description | Default |
|---|---|---|---|
| claim | No | Optional claim for RWA registry_ref limb | |
| expected | Yes | ||
| location | No | ||
| source_url | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It reveals an important constraint (inputs must come from published claims), warns against a common mistake, and states the return value ('proof_shape'). This is valuable context beyond the schema.
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 (three short sentences) and front-loaded with the core purpose. Every sentence adds value: the action, the constraint, and the return type. No wasted 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?
The tool has four parameters, a nested object, and no output schema or annotations. The description gives the essential invariant and return value but lacks detail on parameter usage patterns, potential errors, or when to use this tool relative to siblings. It is adequate but not 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 low (25%: only 'claim' has a description). The description clarifies that 'source_url' and 'expected' must come from published claims, adding meaning for two of the four parameters. However, it does not explain 'location' or the 'claim' object's structure 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 states the tool's core action ('Re-check grounding') and identifies the key inputs (source_url + expected). It is clear and specific, though it does not explicitly distinguish it from sibling tools like gf_cite or gf_darshan.
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 context (verifying grounding against published claims) and provides a caution ('Do not invent expected from report HTML'). However, it does not explicitly state when to prefer this tool over alternatives or when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
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
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
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 Connectors
Internet Archive (archive.org) item search & metadata MCP.
Lemmy MCP — public reads on any Lemmy instance.
Trust, freshness, policy, and discovery layer for public MCP servers.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceHosts three live read-only MCP servers enabling agents to retrieve and cross-reference curated fictional and real archives with provenance and source URLs.MIT
- AlicenseAqualityBmaintenanceMCP server for academic research with shared token bucket governance, evidence-based read depth, and archival inscription. Uses multiple sources with failover to avoid rate limits.6MIT
- AlicenseAqualityBmaintenanceMCP server providing access to U.S. government primary-source records, fact-checks, news search, and trackers, with cross-referenced entity data and source links.466MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that builds structured research source packs for a topic, extracting verified facts, quotes, numbers, dates, and primary links with a coverage map of claims across sources.2MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Tools are mostly distinct but there is some potential confusion: gf_darshan and gf_package both involve admit/refuse operations, and gf_cite and gf_verify both deal with claims. Descriptions help clarify, but boundaries are not perfectly crisp.
All tools follow a consistent 'gf_' prefix with snake_case resource names. The pattern is uniform across the entire set, making it predictable for agents.
With 9 tools, the server is well-scoped for a federation service. Each tool covers a distinct aspect without excessive bloat or redundancy.
The tool surface covers core operations like citation, darshan sampling, dossier access, packaging, reporting, and verification. Minor gaps exist (e.g., no explicit update/delete for claims), but the existing tools cover the main workflows without causing dead ends.