SmartconversionAPI
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.
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.
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
6 toolscompress_imageCompress ImageAIdempotentInspect
💰 Compresses an image with quality control. Triggers x402 payment ($0.001).
| Name | Required | Description | Default |
|---|---|---|---|
| quality | No | Target quality (1–100, default 60). Lower = smaller file size. | |
| imageUrl | No | The public URL of the image. The server will download and process it directly. | |
| localPath | No | The absolute file path on the server where the image is located. | |
| imageBase64 | No | The 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. | |
| outputFormat | No | Output format. If omitted, keeps the source format (or falls back to jpeg for unsupported source formats). | |
| paymentSignature | No | REQUIRED AFTER 402 ERROR: x402 payment signature. |
Tool Definition Quality
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.
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.
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.
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.
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.
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)AIdempotentInspect
💰 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.
| Name | Required | Description | Default |
|---|---|---|---|
| images | Yes | Array of 1 to 5 images to convert in parallel. Each item must include at least one source: imageBase64, imageUrl, or localPath. | |
| outputFormat | No | Default output format applied to all images that do not specify their own outputFormat. | webp |
| paymentSignature | No | REQUIRED AFTER 402 ERROR: A base64-encoded signed cryptographic payload confirming the USDC payment via x402 protocol (covers all images in this batch). |
Tool Definition Quality
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.
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.
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.
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.
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.
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 / AVIFAIdempotentInspect
Converts an image to optimized WebP or AVIF. Triggers x402 payment.
| Name | Required | Description | Default |
|---|---|---|---|
| imageUrl | No | The public URL of the image. The server will download and process it directly. | |
| localPath | No | The absolute file path on the server where the image is located. | |
| imageBase64 | No | The 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. | |
| outputFormat | No | Target format for the conversion. Use "webp" (default) for standard web compatibility or "avif" for superior compression. | webp |
| paymentSignature | No | REQUIRED AFTER 402 ERROR: A base64-encoded signed cryptographic payload confirming the USDC payment via x402 protocol. |
Tool Definition Quality
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.
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.
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.
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.
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.
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 ImageAIdempotentInspect
💰 Crops an image extracting a precise region. Triggers x402 payment ($0.001).
| Name | Required | Description | Default |
|---|---|---|---|
| top | Yes | Y offset of the crop region in pixels (from top edge). | |
| left | Yes | X offset of the crop region in pixels (from left edge). | |
| width | Yes | Width of the crop region in pixels. | |
| height | Yes | Height of the crop region in pixels. | |
| quality | No | Output quality (1–100, default 80). | |
| imageUrl | No | The public URL of the image. The server will download and process it directly. | |
| localPath | No | The absolute file path on the server where the image is located. | |
| imageBase64 | No | The 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. | |
| outputFormat | No | Output format. Defaults to the server defaultOutputFormat config. | |
| paymentSignature | No | REQUIRED AFTER 402 ERROR: x402 payment signature. |
Tool Definition Quality
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.
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.
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.
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.
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.
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)ARead-onlyIdempotentInspect
🆓 FREE — Extracts detailed metadata from an image without any x402 payment required.
| Name | Required | Description | Default |
|---|---|---|---|
| imageUrl | No | The public URL of the image. The server will download and process it directly. | |
| localPath | No | The absolute file path on the server where the image is located. | |
| imageBase64 | No | The 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. |
Tool Definition Quality
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.
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.
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.
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.
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.
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 ImageAIdempotentInspect
💰 Resizes an image. Triggers x402 payment ($0.001).
| Name | Required | Description | Default |
|---|---|---|---|
| fit | No | Resize strategy: "inside" (default, fits within bounds), "cover" (crops to fill), "contain" (letterbox), "fill" (stretch), "outside" (fills without crop). | inside |
| width | No | Target width in pixels. Omit to scale proportionally by height only. | |
| height | No | Target height in pixels. Omit to scale proportionally by width only. | |
| quality | No | Output quality (1–100, default 80). | |
| imageUrl | No | The public URL of the image. The server will download and process it directly. | |
| localPath | No | The absolute file path on the server where the image is located. | |
| imageBase64 | No | The 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. | |
| outputFormat | No | Output format. Defaults to the server defaultOutputFormat config. | |
| paymentSignature | No | REQUIRED AFTER 402 ERROR: x402 payment signature. | |
| withoutEnlargement | No | If true (default), never upscale an image smaller than the target dimensions. |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!