Skip to main content
Glama

Server Details

Pay-per-call MCP tools via x402 (USDC on Base): QR codes, images, text analysis, web fetch.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

4 tools
analyze_textCInspect

LLM text analysis: summary, sentiment (JSON label/score), keywords, translation.

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesText to analyze (max 8000 chars)
countNo
productYes
sentencesNo
target_langNo

TDQS

C2.7/5.0
Behavior2/5

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 mentions that sentiment returns a JSON label/score, which is useful, but it does not describe output formats for summary, keywords, or translation, nor does it mention costs, latency, nondeterminism, error behavior, or any side effects. The word 'LLM' implies model involvement but without elaboration.

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?

The description is a single economical sentence with no filler. It front-loads the core purpose and enumerates the modes compactly. It could be slightly more structured, but it earns its place with no wasted words.

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

Completeness2/5

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

Given five parameters, multiple analysis modes, no annotations, and no output schema, the description is too sparse to fully support correct invocation. It does not clarify how to select a mode, what additional parameters each mode requires, or what return structure to expect. This is adequate for recognizing the tool but insufficient for confident, correct usage.

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

Parameters2/5

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

Schema description coverage is only 20%, and the description adds little parametric meaning. It lists the operation types that correspond to the 'product' enum, which helps, but it does not explain 'count', 'sentences', or 'target_lang', and does not clarify which parameters are needed for each product mode. Required parameters 'product' and 'text' are understandable from the schema, but the optional parameters remain ambiguous.

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

Purpose4/5

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

The description clearly states that this tool performs LLM-based text analysis and lists its four modes: summary, sentiment, keywords, and translation. This makes the overall purpose understandable and distinguishes it from the unrelated sibling tools (fetch_url, generate_qr_code, process_image). However, it does not explicitly frame each mode as a 'product' selection or explain the relationship between the description and the 'product' parameter.

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

Usage Guidelines2/5

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, which of the four analysis modes to choose, or how mode selection maps to other parameters. The sibling tools are unrelated in domain, so the description does not help an agent decide when this tool is appropriate beyond the obvious 'analyze text' context.

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

fetch_urlAInspect

Fetch a public web page and return its readable text (title + extracted body, HTML stripped).

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesPublic http(s) URL to fetch
max_charsNoMax characters of extracted text, 500-20000 (default 4000)

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It clearly explains the transformation (fetch, strip HTML, extract title and body) and the 'public' constraint, though it does not mention failure modes or handling of dynamic content.

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?

The description is a single, front-loaded sentence with no wasted words. Every element adds meaning: the action, the target, and the output format.

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?

For a simple two-parameter tool with a fully documented schema and no output schema, the description adequately explains the return format and constraints. Sibling tools are clearly distinct, so nothing essential is missing.

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%, so both parameters are already documented in the schema. The description adds only context about the output, not additional parameter-level meaning, so the baseline of 3 is appropriate.

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 uses a specific verb ('Fetch') and resource ('public web page'), and precisely states the output ('readable text (title + extracted body, HTML stripped)'). This clearly differentiates fetch_url from sibling tools like analyze_text or generate_qr_code.

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?

The description gives clear context: use this when you need the readable content of a public web page. It implies a contrast with siblings, though it does not explicitly name alternatives or state when not to use the tool.

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

generate_qr_codeAInspect

Generate a QR code (URL, text, vCard or WiFi) as a base64 PNG.

ParametersJSON Schema
NameRequiredDescriptionDefault
dataYesContent to encode
sizeNoImage size px, 100-1000 (default 300)
productNoQR type (default url)

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It does reveal the key output trait (base64 PNG), but it does not mention side effects, permissions, rate limits, or input-length constraints. For a pure generation tool this is acceptable, but deeper behavioral context is missing.

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?

A single, focused sentence that leads with the action, then specifies supported types and the output format. There is no redundant wording or unnecessary detail—every segment earns its place.

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?

For a tool with only 3 simple parameters, no output schema, and low complexity, the description is largely sufficient: it states what the tool produces and how the result is returned. Minor gaps like expected data formats for vCard/WiFi remain, but the overall context is adequate.

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?

The input schema covers all 3 parameters with 100% description coverage, so the baseline is 3. The description's mention of 'URL, text, vCard or WiFi' reinforces the product enum but adds no meaning beyond the schema. The 'data' parameter remains generic (defined only as 'Content to encode'), with no format guidance for non-URL types.

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 states a specific verb ('Generate'), a clear resource ('QR code'), the supported content types (URL, text, vCard, WiFi), and the output format (base64 PNG). This clearly differentiates the tool from its siblings, which handle text analysis, URL fetching, and image processing.

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 usage contexts by enumerating QR content types, but it does not explicitly say when to use this tool over alternatives or mention any exclusions. An agent can infer it is for QR generation, but there is no direct routing guidance.

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

process_imageAInspect

Process an image: resize, convert (png/jpeg/webp), compress, or square thumbnail. Input and output are base64.

ParametersJSON Schema
NameRequiredDescriptionDefault
sizeNo
widthNo
formatNo
heightNo
productYes
qualityNo
image_b64YesSource image, base64

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral burden; it usefully discloses that input and output are base64 and lists the transformations. However, it does not mention side effects, output format details, defaults, or limitations, so some behavioral uncertainty remains.

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?

The description is a single, tightly written sentence that front-loads the core action and then presents a clear list of operations. Every phrase carries useful information, and there is no redundant or filler text.

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

Completeness2/5

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

The tool has 7 parameters and no output schema, but the description only covers the general operation and base64 exchange. It omits parameter combination rules, size semantics, quality defaults, and the exact form of the output base64, leaving too much to inference.

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

Parameters2/5

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

The description adds meaning by mapping the 'product' enum to human-readable operations and mentioning the convert formats. But with only 14% schema coverage, parameters like size, width, height, and quality remain unexplained in both the schema and the description, which is inadequate for a 7-parameter tool.

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 states a specific action ('Process an image') and enumerates the exact supported operations: resize, convert with formats, compress, and square thumbnail. This clearly distinguishes the tool from sibling tools like analyze_text, fetch_url, and generate_qr_code.

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 usage when image manipulation is needed, but it does not explicitly state when to prefer this tool over alternatives or provide any exclusion conditions. Sibling names make the domain distinction obvious, but the description itself offers no direct guidance.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 4 tool updates
    • First observedanalyze_text
    • First observedfetch_url
    • First observedgenerate_qr_code
    • First observedprocess_image

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP server to generate QR codes from text or URLs, returning base64 PNG images, with pay-per-call via x402 micropayments (USDC on Base L2).
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server that provides AI agents with pay-per-call access to a suite of tools (honeypot check, token market, DeFi yields, etc.) via USDC on Base using the x402 protocol.
    4
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.5/5.0
Disambiguation5/5

Each tool targets a different input type and operation: text analysis, URL fetching, QR generation, and image processing. There is no meaningful overlap, so an agent can confidently choose the right tool.

Naming Consistency5/5

All tools follow the same snake_case verb_noun pattern: analyze_text, fetch_url, generate_qr_code, process_image. The naming is predictable and consistent across the server.

Tool Count4/5

Four tools is a small but reasonable set for a general-purpose utility server. Each tool covers a distinct real-world use case, though the collection feels slightly minimal.

Completeness3/5

The individual tools are self-contained and have no obvious dead ends for their described operations. However, the tools are unrelated and the overall scope is unclear, so it is hard to assess whether the set is complete; common additions like PDF handling or OCR are noticeably absent.

Resources