Skip to main content
Glama
Ownership verified

Server Details

conversion image to webp/avif with 0.001 USDC and 0.0005 after 1000 requete

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 Definition Quality

Score is being calculated. Check back soon.

Available Tools

6 tools
compress_imageCompress ImageA
Idempotent
Inspect

💰 Compresses an image with quality control. Triggers x402 payment ($0.001).

ParametersJSON Schema
NameRequiredDescriptionDefault
qualityNoTarget quality (1–100, default 60). Lower = smaller file size.
imageUrlNoThe public URL of the image. The server will download and process it directly.
localPathNoThe absolute file path on the server where the image is located.
imageBase64NoThe raw Base64 string OR data URL (e.g., data:image/png;base64,...) of the image. Use for small images or when no path/URL is available.
outputFormatNoOutput format. If omitted, keeps the source format (or falls back to jpeg for unsupported source formats).
paymentSignatureNoREQUIRED AFTER 402 ERROR: x402 payment signature.
Behavior4/5

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

Annotations provide hints (e.g., not read-only, idempotent), but the description adds valuable behavioral context: it discloses a payment requirement ('Triggers x402 payment ($0.001)'), which is critical for cost-aware usage. This goes beyond annotations, though it could mention more about side effects or error handling.

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 and front-loaded: two sentences with zero waste. The first sentence states the purpose, and the second adds crucial payment information, making it efficient and well-structured.

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 tool's complexity (6 parameters, no output schema, annotations present), the description is fairly complete. It covers the core action and payment aspect, but could benefit from mentioning output behavior or error cases. However, with good annotations and schema coverage, it's mostly 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?

Schema description coverage is 100%, so the schema fully documents all parameters. The description doesn't add any parameter-specific details beyond what's in the schema, such as explaining interactions between parameters. Baseline 3 is appropriate as the schema handles the heavy lifting.

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 the tool's purpose: compressing an image with quality control. It specifies the verb ('compresses') and resource ('an image'), making it distinct from siblings like 'resize_image' or 'crop_image'. However, it doesn't explicitly differentiate from 'convert_image_to_webp' in terms of compression vs. format conversion, which slightly reduces clarity.

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 usage by mentioning payment triggering, which implies when to use it (when willing to pay for compression). It doesn't explicitly state when not to use it or name alternatives among siblings, but the payment aspect offers practical guidance.

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

convert_batchBatch Convert Images (up to 5)A
Idempotent
Inspect

💰 Converts up to 5 images in a single x402 payment at a group rate (4× instead of 5×). Each image can have its own source and optional per-image outputFormat.

ParametersJSON Schema
NameRequiredDescriptionDefault
imagesYesArray of 1 to 5 images to convert in parallel. Each item must include at least one source: imageBase64, imageUrl, or localPath.
outputFormatNoDefault output format applied to all images that do not specify their own outputFormat.webp
paymentSignatureNoREQUIRED AFTER 402 ERROR: A base64-encoded signed cryptographic payload confirming the USDC payment via x402 protocol (covers all images in this batch).
Behavior4/5

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

The description adds valuable behavioral context beyond annotations: it discloses the payment requirement ('single x402 payment'), cost structure ('group rate (4× instead of 5×)'), and batch size limit ('up to 5 images'). While annotations cover idempotency and non-destructive nature, the description provides crucial operational details about the payment system and batch economics that aren't captured in structured fields.

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 exceptionally concise and front-loaded, conveying the core functionality, batch limit, payment mechanism, and per-image flexibility in just two sentences. Every word earns its place, with no redundant information or unnecessary elaboration.

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 tool's complexity (payment system, batch processing, multiple input sources) and the absence of an output schema, the description provides good contextual coverage. It explains the batch economics, payment requirement, and per-image flexibility. However, it doesn't describe the return format or what happens after payment confirmation, leaving some operational questions unanswered.

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?

With 100% schema description coverage, the input schema already comprehensively documents all parameters. The description adds minimal additional parameter semantics, only mentioning that 'Each image can have its own source and optional per-image outputFormat' which is already clear from the schema. The baseline score of 3 is appropriate when 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 purpose with specific verbs ('converts up to 5 images') and distinguishes it from siblings by emphasizing batch processing and payment structure. It explicitly mentions 'group rate (4× instead of 5×)' which differentiates it from single-image conversion tools like convert_image_to_webp.

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

Usage Guidelines5/5

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

The description provides explicit usage guidance by stating 'up to 5 images in a single x402 payment at a group rate' and 'Each image can have its own source and optional per-image outputFormat.' This clearly indicates when to use this batch tool versus single-image alternatives, though it doesn't explicitly name sibling tools as alternatives.

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

convert_image_to_webpConvert Image to WebP / AVIFA
Idempotent
Inspect

Converts an image to optimized WebP or AVIF. Triggers x402 payment.

ParametersJSON Schema
NameRequiredDescriptionDefault
imageUrlNoThe public URL of the image. The server will download and process it directly.
localPathNoThe absolute file path on the server where the image is located.
imageBase64NoThe raw Base64 string OR data URL (e.g., data:image/png;base64,...) of the image. Use for small images or when no path/URL is available.
outputFormatNoTarget format for the conversion. Use "webp" (default) for standard web compatibility or "avif" for superior compression.webp
paymentSignatureNoREQUIRED AFTER 402 ERROR: A base64-encoded signed cryptographic payload confirming the USDC payment via x402 protocol.
Behavior4/5

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

Annotations cover read/write status, idempotency, and non-destructiveness, but the description adds valuable context: it discloses the payment requirement ('Triggers x402 payment'), which is critical behavioral information not captured in annotations. This helps the agent anticipate costs and handle payment signatures appropriately.

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—just two sentences—with zero wasted words. It front-loads the core purpose and immediately follows with critical payment information, making it highly efficient and well-structured.

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?

Given the tool's complexity (payment-triggered conversion) and lack of output schema, the description is somewhat incomplete. It doesn't explain what the tool returns (e.g., converted image data or URL) or error handling, though annotations provide some behavioral context. It's adequate but leaves gaps for the agent to infer.

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?

With 100% schema description coverage, the schema fully documents all 5 parameters. The description adds no parameter-specific information beyond what's in the schema, so it meets the baseline of 3 without compensating for any gaps.

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 specific action ('Converts an image to optimized WebP or AVIF') and identifies the resource ('image'), distinguishing it from sibling tools like compress_image or resize_image by focusing on format conversion rather than compression or resizing.

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?

The description provides no guidance on when to use this tool versus alternatives like compress_image or convert_batch. It mentions a payment trigger but doesn't explain when this is required or how it relates to other tools, leaving the agent without clear usage context.

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

crop_imageCrop ImageA
Idempotent
Inspect

💰 Crops an image extracting a precise region. Triggers x402 payment ($0.001).

ParametersJSON Schema
NameRequiredDescriptionDefault
topYesY offset of the crop region in pixels (from top edge).
leftYesX offset of the crop region in pixels (from left edge).
widthYesWidth of the crop region in pixels.
heightYesHeight of the crop region in pixels.
qualityNoOutput quality (1–100, default 80).
imageUrlNoThe public URL of the image. The server will download and process it directly.
localPathNoThe absolute file path on the server where the image is located.
imageBase64NoThe raw Base64 string OR data URL (e.g., data:image/png;base64,...) of the image. Use for small images or when no path/URL is available.
outputFormatNoOutput format. Defaults to the server defaultOutputFormat config.
paymentSignatureNoREQUIRED AFTER 402 ERROR: x402 payment signature.
Behavior4/5

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

Annotations indicate readOnlyHint=false, destructiveHint=false, openWorldHint=true, and idempotentHint=true, covering safety and idempotency. The description adds valuable context beyond annotations by disclosing the payment requirement ('Triggers x402 payment ($0.001)'), which is critical behavioral information not captured in annotations.

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 with only two sentences, front-loading the core action ('Crops an image extracting a precise region') and immediately following with critical payment information. Every word earns its place without 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 tool's complexity with 10 parameters and no output schema, the description is reasonably complete by covering the primary action and payment aspect. However, it could benefit from mentioning output behavior (e.g., returns cropped image data) or error handling, though annotations provide some safety context.

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 description coverage is 100%, so the schema fully documents all 10 parameters. The description does not add any parameter-specific details beyond what the schema provides, such as explaining the relationship between 'imageUrl', 'localPath', and 'imageBase64'. Baseline 3 is appropriate given high schema coverage.

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 verb ('crops') and resource ('an image') with the specific action of 'extracting a precise region.' It distinguishes from sibling tools like 'resize_image' or 'compress_image' by focusing on cropping rather than resizing or compression.

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 usage by mentioning the payment trigger ('Triggers x402 payment ($0.001)'), which is crucial for cost-aware decisions. However, it does not explicitly state when to use this tool versus alternatives like 'resize_image' or 'compress_image' for similar image manipulation tasks.

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

get_image_metadataAnalyze Image (Free)A
Read-onlyIdempotent
Inspect

🆓 FREE — Extracts detailed metadata from an image without any x402 payment required.

ParametersJSON Schema
NameRequiredDescriptionDefault
imageUrlNoThe public URL of the image. The server will download and process it directly.
localPathNoThe absolute file path on the server where the image is located.
imageBase64NoThe raw Base64 string OR data URL (e.g., data:image/png;base64,...) of the image. Use for small images or when no path/URL is available.
Behavior3/5

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

Annotations already provide readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=true, covering safety and idempotency. The description adds that it's 'FREE' and 'without any x402 payment required', which is useful context about cost/accessibility. However, it doesn't disclose additional behavioral traits like rate limits, authentication needs, or what 'detailed metadata' specifically includes. With annotations covering the core safety profile, the description adds some value but not rich behavioral context.

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, efficient sentence that front-loads the key information: it's free and extracts metadata. There's zero waste—every word earns its place. The emoji and formatting ('🆓 FREE') add visual emphasis without detracting from clarity.

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?

Given the tool's moderate complexity (metadata extraction with 3 input options), rich annotations (covering safety and idempotency), and no output schema, the description is somewhat complete but has gaps. It explains the free nature and core purpose but doesn't detail what 'detailed metadata' includes or potential limitations. With annotations handling safety, it's adequate but could be more informative about output or constraints.

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 description coverage is 100%, with clear descriptions for all 3 parameters (imageUrl, localPath, imageBase64). The description doesn't add any parameter-specific information beyond what's in the schema. According to the rules, when schema coverage is high (>80%), the baseline score is 3 even with no param info in the description, which applies here.

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 states the tool 'Extracts detailed metadata from an image', which is a clear verb+resource combination. However, it doesn't explicitly differentiate from sibling tools like 'compress_image' or 'crop_image', which are clearly different operations. The mention of 'FREE' and 'without any x402 payment required' adds context but doesn't enhance the core purpose statement.

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 context by mentioning it's 'FREE' and doesn't require payment, suggesting this is a cost-free alternative to potentially paid tools. However, it doesn't explicitly state when to use this tool versus alternatives like other metadata extraction tools (if they exist) or provide clear exclusions. The guidance is implied rather than explicit.

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

resize_imageResize ImageA
Idempotent
Inspect

💰 Resizes an image. Triggers x402 payment ($0.001).

ParametersJSON Schema
NameRequiredDescriptionDefault
fitNoResize strategy: "inside" (default, fits within bounds), "cover" (crops to fill), "contain" (letterbox), "fill" (stretch), "outside" (fills without crop).inside
widthNoTarget width in pixels. Omit to scale proportionally by height only.
heightNoTarget height in pixels. Omit to scale proportionally by width only.
qualityNoOutput quality (1–100, default 80).
imageUrlNoThe public URL of the image. The server will download and process it directly.
localPathNoThe absolute file path on the server where the image is located.
imageBase64NoThe raw Base64 string OR data URL (e.g., data:image/png;base64,...) of the image. Use for small images or when no path/URL is available.
outputFormatNoOutput format. Defaults to the server defaultOutputFormat config.
paymentSignatureNoREQUIRED AFTER 402 ERROR: x402 payment signature.
withoutEnlargementNoIf true (default), never upscale an image smaller than the target dimensions.
Behavior4/5

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

The description adds valuable behavioral context beyond annotations: it discloses a payment requirement ($0.001) and the x402 error handling process. While annotations cover idempotency and non-destructive nature, the description provides critical operational details about costs and error recovery that aren't in the structured data.

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 with just two sentences that both earn their place: the first states the core function, the second discloses critical payment and error handling information. It's front-loaded with the main purpose and wastes no 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?

Given the tool's complexity (10 parameters, payment system) and lack of output schema, the description does well by highlighting the payment requirement and error handling. However, it could better address when to use this versus sibling tools and provide more context about the transformation behavior beyond what's in the schema.

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?

With 100% schema description coverage, the schema already documents all 10 parameters thoroughly. The description adds no additional parameter information beyond what's in the schema, so it meets the baseline of 3 where the schema does the heavy lifting.

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 the verb 'resizes' and resource 'image', making the purpose immediately understandable. However, it doesn't differentiate from sibling tools like 'crop_image' or 'compress_image' beyond the basic action, missing explicit comparison that would warrant a 5.

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?

The description mentions a payment trigger, which provides some usage context, but offers no guidance on when to use this tool versus alternatives like 'crop_image' or 'compress_image'. There's no mention of prerequisites, scenarios, or exclusions for tool selection.

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