Skip to main content
Glama

JSON Repair & Agent Utilities

Server Details

Repair malformed JSON, DNS lookup, extract URLs, base64, case, hash, time. Pay per call USDC Base.

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.1/5 across 6 of 6 tools scored. Lowest: 3.4/5.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: crypto market data, free sample, DNS lookup, URL extraction, JSON repair, and USDC analytics. Even the two crypto tools are differentiated by the free sample variant.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern with a noun_verb or descriptive style (e.g., crypto_market_pulse, dns_lookup, extract_urls). No mixed conventions.

Tool Count4/5

Six tools is a reasonable count, though the server covers a wide range of utilities from JSON repair to crypto analytics. The count is appropriate but the scope feels slightly scattered.

Completeness4/5

For a utility server, the coverage is adequate: it provides core functions like JSON repair, DNS lookup, and URL extraction. Minor gaps exist (e.g., no generic text processing), but the stated utilities are well covered.

Available Tools

8 tools
base_chain_snapshotInspect

Base mainnet chain snapshot: block height, gas price gwei, network. Payment: $0.001 USDC on Base via x402.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

crypto_market_pulseBInspect

Live crypto market pulse + Base mainnet chain snapshot (BTC/ETH/SOL/USDC prices with 24h change, block height, gas price). Payment: $0.001 USDC on Base via x402.

ParametersJSON Schema
NameRequiredDescriptionDefault
includeNoOptional subsets: market, chain
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 does disclose a critical operational detail—payment of $0.001 USDC on Base via x402—and lists the data returned, which adds value. However, it does not explain what happens on payment failure, rate limits, or other runtime behaviors beyond the data 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 extremely concise: two sentences. The first sentence front-loads the core purpose and data scope, while the second clearly states the payment requirement. There is no filler or redundant information.

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 no output schema and no annotations, the description conveys the key return categories (market prices, 24h change, block height, gas price) and the payment prerequisite. It is adequate for an agent to invoke, though it could be more explicit about the exact output structure or potential error conditions. Given the absence of structured metadata, this is a reasonably complete description.

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 already defines the 'include' parameter with full descriptions ('Optional subsets: market, chain'), so schema coverage is 100%. The description adds context by mapping these subsets to the actual data items (prices, block height, gas price), but it does not introduce new parameter semantics beyond what the schema provides.

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 the tool provides a live crypto market pulse and Base mainnet chain snapshot, listing specific assets and metrics (BTC/ETH/SOL/USDC prices, 24h change, block height, gas price). It distinguishes from siblings by naming these data points, but lacks an explicit imperative verb like 'get' or 'retrieve', making the purpose slightly implied.

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 on when to use this tool versus alternatives such as crypto_market_pulse_sample or usdc_on_base_stats. The description does not mention any exclusions, selection criteria, or scenarios where a sibling tool would be more appropriate.

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

crypto_market_pulse_sampleAInspect

FREE sample of the paid crypto market pulse output (no payment required). Returns a small live subset: BTC/ETH/SOL/USDC prices + Base chain snapshot.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

With no annotations, the description carries the full burden. It transparently discloses that no payment is required and that the output is a 'small live subset', conveying the key behavioral trait of being a free, limited sample. It doesn't note data latency or exact limitations beyond 'small', but that's acceptable for a sample.

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 sentence that front-loads the key fact ('FREE sample'), then lists the contents efficiently. Every word contributes value, with no extraneous detail.

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 zero-parameter tool with no output schema, the description adequately states what is returned (prices + Base chain snapshot). It doesn't specify the structure of the snapshot, but given the tool's simplicity, this is a minor gap rather than a major omission.

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?

The tool has zero parameters, and the schema is empty, so the description doesn't need to explain any. Baseline for 0 params is 4, and the description adds no parameter-related information, which 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 clearly states the tool returns a free sample of the paid crypto market pulse output, listing specific assets (BTC/ETH/SOL/USDC) and a Base chain snapshot. It distinguishes itself from the sibling crypto_market_pulse by explicitly labeling itself as the free sample version.

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?

It explicitly says 'FREE sample' and 'no payment required', indicating it is the no-cost alternative to the paid crypto_market_pulse. However, it doesn't explicitly exclude other sibling tools like usdc_on_base_stats or mention when not to use it, so some inference is needed.

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

crypto_priceInspect

Live USD price + 24h change + market cap for any crypto symbol (btc, eth, sol, usdc, doge, xrp, ada, link, …). Payment: $0.001 USDC on Base via x402.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesCrypto symbol, e.g. btc, eth, sol, doge.
dns_lookupAInspect

DNS lookup for a host: A/AAAA records (pure compute). Payment: $0.001 USDC on Base via x402.

ParametersJSON Schema
NameRequiredDescriptionDefault
hostYesHostname to resolve (e.g. example.com).
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It explicitly mentions 'pure compute' (implying no side effects) and the payment requirement ($0.001 USDC via x402), which are important behavioral traits. However, it does not describe the return format or error behavior, though the record types are implied.

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 extremely concise: one sentence for purpose and one for payment/behavior. Every word earns its place, and it is front-loaded with the primary action.

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 simple single-parameter tool with no output schema, the description is largely complete: it states the purpose, the payment, and the nature ('pure compute'). It could benefit from mentioning the output format or failure modes, but given the low complexity, it is sufficiently complete.

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 has 100% coverage with a clear description of 'host'. The tool description adds no additional parameter semantics beyond what the schema already provides, so the baseline score 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 clearly states the tool performs DNS lookups for a host, specifying the resource (host) and the exact record types (A/AAAA). This distinguishes it from the sibling tools, which are all unrelated (crypto, URLs, JSON).

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 implicitly provides clear usage context: use this tool when you need to resolve a hostname to A/AAAA records. It does not explicitly mention when not to use it or alternatives, but the purpose itself is clear enough given the unrelated sibling tools.

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

extract_urlsAInspect

Extract all unique http(s) URLs from arbitrary text. Payment: $0.001 USDC on Base via x402.

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesText to extract URLs from.
Behavior3/5

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 does disclose a key behavioral trait: payment of $0.001 USDC via x402, which is a significant cost consideration. However, it doesn't mention return format, error handling, or whether the operation is read-only, leaving some gaps.

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 two sentences, front-loaded with the core purpose, and the second sentence conveys essential cost information. No fluff or irrelevant details.

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 simple one-parameter tool with no output schema, the description covers the main function and the payment requirement. It implies the output is a list of unique URLs but doesn't explicitly state it or handle edge cases, which is a minor gap.

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% because the only parameter 'text' is fully described. The description's phrase 'arbitrary text' adds little beyond the schema's 'Text to extract URLs from.' Baseline of 3 applies since the schema does the heavy lifting.

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 function: 'Extract all unique http(s) URLs from arbitrary text.' It uses a specific verb ('extract') and resource ('URLs'), and its purpose is distinct from sibling tools (crypto market data, DNS lookup, JSON repair).

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 provides clear context for use (extracting URLs from any text), and the sibling tools are obviously different, implying when to choose this tool. However, it does not explicitly state exclusions or alternatives, so it stops short of a 5.

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

json_repairAInspect

Deterministically repair malformed JSON from LLM output (strip code fences, fix trailing commas / single quotes / unquoted keys, balance braces). Payment: $0.005 USDC on Base via x402.

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesMalformed JSON text to repair.
Behavior4/5

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 deterministic behavior, the types of malformations addressed, and payment details (USDC on Base via x402). It does not mention failure modes or return format, but the provided transparency is valuable.

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, well-structured sentence with front-loaded purpose, followed by specific examples of repairs and payment information. Every clause adds value with no unnecessary words.

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 simple one-parameter tool, the description covers purpose, usage context, and payment. It omits the return value format and failure behavior, but given the simplicity and lack of output schema, it is nearly complete.

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 schema covers 100% of the parameter descriptions ('text' is described as 'Malformed JSON text to repair'). The description adds behavioral details about what repairs are performed but does not add new semantics for the parameter itself. Baseline 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 'repair' with a clear resource 'malformed JSON' and context 'from LLM output'. It lists concrete operations (strip code fences, fix trailing commas, single quotes, unquoted keys, balance braces), making it easily distinguishable from the unrelated sibling tools.

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?

It explicitly states the intended use case (repairing LLM output) and provides context for when to invoke it. However, it does not mention alternatives or when not to use it, which would warrant a 5. Since siblings are unrelated, the clear context is sufficient.

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

usdc_on_base_statsAInspect

Real-time USDC-on-Base transfer analytics (transfer count, volume, unique senders/recipients over recent blocks). Payment: $0.005 USDC on Base via x402.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

With no annotations, the description carries the transparency burden. It discloses that data is real-time and comes from recent blocks, and explicitly states the payment requirement ($0.005 USDC via x402), which is important behavioral context. It does not mention rate limits or auth, but the key operational details are covered.

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 highly concise: two sentences, the first front-loads the core purpose and metrics, the second gives the payment detail. Every word earns its place with no redundancy.

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 the simplicity (no parameters, no output schema, no annotations), the description covers the essential aspects: what data is provided, the timeframe, and the cost. It lacks detail on return structure or error behavior, but for this simple query tool it is reasonably complete.

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?

The input schema has zero parameters, so the baseline is 4. The description adds no parameter-specific information, but none is needed since there are no parameters to explain.

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 provides real-time USDC-on-Base transfer analytics with a specific list of metrics (transfer count, volume, unique senders/recipients). This is a specific, actionable purpose that distinguishes it from sibling tools like market pulse or DNS lookup.

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 usage context is implied by the description: use when you need USDC on Base transfer statistics. However, it does not explicitly mention when not to use it or name alternative tools, so guidance is minimal.

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!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources