Skip to main content
Glama

AgentMart Procurement

AgentMart Execute

execute

Execute, scrape, or extract content from a URL through the best eligible connected web-extraction provider. Use only after the user explicitly asks to run the extraction. This makes external provider calls, records billable usage, enforces account limits, and may fall back to another eligible provider.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL to extract.
minQualityNo
minCharactersNo
optionalMarkersYes
requiredMarkersYesStrings expected in a successful result.
minRequiredMarkerRatioNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4/5.0
Behavior5/5

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

The description discloses several non-obvious behaviors beyond the annotations: it makes external provider calls, records billable usage, enforces account limits, and may fall back to another eligible provider. This is valuable context that annotations alone do not convey, and it does not contradict the annotation flags.

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 compact and front-loads the core purpose in the first sentence, followed by a usage condition and behavioral warnings. The phrase 'Execute, scrape, or extract content' is slightly redundant, but overall the description is efficient and well-organized.

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?

While the high-level behavior is clear, the tool has six parameters, no output schema, and critical extraction-quality controls that the description does not address. An agent would not know how to set markers, quality thresholds, or character minimums correctly, or what a successful result looks like. This is a significant completeness gap for a non-trivial tool.

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 33%, with url and requiredMarkers documented, but minQuality, minCharacters, optionalMarkers, and minRequiredMarkerRatio lack schema descriptions. The tool description does not explain these parameters, their defaults, or how markers and quality thresholds affect extraction, so it fails to compensate for the coverage gap.

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 identifies the operation: executing, scraping, or extracting content from a URL via a connected web-extraction provider. This sufficiently distinguishes it from sibling tools like billing_status, quote, and recommend, which handle unrelated billing and recommendation tasks.

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 explicitly states the primary usage condition: 'Use only after the user explicitly asks to run the extraction.' It also warns about external provider calls and billable usage. It does not name alternative extraction tools, but no such sibling is present, so the guidance is clear and practical.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation4/5

Most tools target distinct actions: billing status, checkout creation, execution, usage, and calibration are clearly separated. The main ambiguity is between quote and recommend, which both address procurement/vendor decisions, though their descriptions clarify different outputs.

Naming Consistency2/5

Tool names follow no consistent pattern: billing_status and usage are noun phrases, create_billing_portal and create_checkout use verb_object, while execute, quote, recommend, and calibrate are bare verbs. The names are readable but stylistically mixed.

Tool Count5/5

Eight tools is a well-scoped count for a procurement-focused server covering both web-extraction operations and subscription billing. Each tool maps to a distinct functional need without redundancy.

Completeness4/5

The extraction procurement lifecycle is well covered with quote, calibrate, execute, usage, and recommend, and billing has status, checkout, and portal access. The main gap is no explicit cancel/update subscription tool, though the billing portal likely covers that indirectly.

Resources