Skip to main content
Glama

Server Details

Research storefront for AI agents: fixed GBP prices, evidence ledgers, citation-refund guarantee.

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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 4/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool serves a distinct purpose: get_catalog for full catalog, get_product for individual product details, and submit_demand for user feedback. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case: get_catalog, get_product, submit_demand. No deviations.

Tool Count5/5

Three tools are well-suited for this server's purpose: catalog browsing, product lookup, and demand submission. Not too few or too many given the scope.

Completeness5/5

The tool surface covers the essential operations: retrieving the catalog, getting details on a specific product, and submitting feedback. No obvious gaps for the stated functionality.

Available Tools

3 tools
get_catalogAInspect

The full catalogue as JSON: every product with its per-tier prices in GBP, deliverables, input contract, and status, plus store info, the five rigour tiers, and the citation-refund guarantee. Same data as https://agentfulfyl.com/catalog.json.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the burden. It describes the output but does not explicitly state read-only nature, auth requirements, or rate limits. However, 'get' and 'catalogue' imply a safe read operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with the key output, no extraneous words. Second sentence provides an alternative source (URL). Highly concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no parameters and no output schema, the description fully explains the returned data: products, prices, store info, rigour tiers, guarantee. No obvious gaps for a catalog retrieval tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

No parameters exist, and the description adds value by detailing the return content (prices, deliverables, etc.). With 0 parameters, baseline is 4 for compensating explanation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it returns the full catalogue as JSON, listing specific content (products, prices, etc.). It distinguishes from sibling tools: get_product (single product) and submit_demand (write).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides clear context: retrieves full catalog data. The sibling names imply alternative uses (single product vs. demand submission), but no explicit when-to-use or exclusions are stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_productAInspect

One product in full: summary, per-tier GBP prices, deliverables, and the exact input contract an order must fill. Ids come from get_catalog.

ParametersJSON Schema
NameRequiredDescriptionDefault
product_idYesProduct id from get_catalog, e.g. "business-idea-gap-scan".
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Describes the data content (summary, prices, deliverables, input contract) which is helpful, but does not disclose potential side effects, rate limits, or error handling. No annotations provided, so description carries full burden but is adequate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, the first succinctly states the tool's output, the second explains ID sourcing. No wasted words, all information is essential.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given a single parameter and no output schema, the description adequately explains the return content and ID source. Could mention error scenarios or format, but complete enough for this simplicity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with a good parameter description (includes example). The tool description adds context about where IDs come from but does not significantly enhance parameter meaning beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves full details of one product including summary, per-tier GBP prices, deliverables, and input contract, and distinguishes it from sibling get_catalog by emphasizing 'one product in full' and referencing get_catalog for IDs.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Implies usage when needing comprehensive product details, and explicitly notes IDs come from get_catalog, guiding correct invocation order. Lacks explicit when-not-to-use or alternatives, but the context is simple.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

submit_demandAInspect

Tell the store why you came: what you looked for and did not find (kind "unmet_need" decides what gets built next), or introduce yourself. One row stored per submission, nothing else. Leave a channel to hear back if your request becomes a product.

ParametersJSON Schema
NameRequiredDescriptionDefault
kindNoWhy you are here. Optional.
queryYesThe request, introduction, or note. 3 to 500 characters.
channelNoOptional email or webhook URL to hear back on.
requesterYesWho is submitting.
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so the description carries full burden. It discloses that each submission stores one row and mentions optional feedback channel, but does not address side effects like irreversibility, processing triggers, or data usage. More behavioral detail is needed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, front-loaded with the main action. No unnecessary words, but the first sentence is slightly long. Overall efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Adequate for a simple submission tool with no output schema. Missing return value description and authentication/prerequisites. Sibling tools are read-only, so write context is implied but not explicit.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, providing baseline 3. The description adds value by explaining the purpose of 'kind' (decides what gets built next) and the feedback role of 'channel', tying parameters to the tool's narrative.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: submitting a demand/reason for coming to the store. It distinguishes between use cases (unmet_need, introduction) and contrasts with sibling retrieval tools (get_catalog, get_product).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use (to log a request or introduction) but does not explicitly state when not to use or mention alternative tools. It provides context by linking kind 'unmet_need' to product decisions, but lacks exclusion criteria.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources