nanoodle
Server Details
Your saved nanoodle workflow graphs as MCP tools — BYOK or pay per call in Nano (x402)
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- nanoodlecom/nanoodle-mcp
- GitHub Stars
- 0
- Server Listing
- nanoodle-mcp
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
Average 4/5 across 10 of 10 tools scored. Lowest: 3.4/5.
Most tools target distinct media transformations (text-to-image, text-to-video, text-to-audio), and the overlapping ones (combine-images vs edit-a-photo, text-to-image vs favicon vs render-a-mockup) have clear specialization in their descriptions. An agent can generally tell them apart, though a couple of image-editing and image-generation tools could be confused.
Names use hyphens consistently but follow mixed conventions: verb_noun (combine-images, edit-a-photo, render-a-mockup), noun_to_noun (photo-to-video, text-to-image), single words (deslop, favicon, sing), and compound nouns (image-model-arena, talking-avatar). The variety is readable but lacks a uniform pattern.
Ten tools is an ideal size for a creative media server, covering image, video, audio, and text generation without feeling bloated. Each tool earns its place by addressing a distinct type of creative task.
The server covers core creative generation workflows across image, video, audio, and text, with both generation and editing capabilities. Minor gaps exist, such as no direct text-to-video without an intermediate image and no generic audio effects, but the major modalities are represented.
Available Tools
10 toolscombine-imagesAInspect
Combine two images into a scene. upload×2 -> text -> edit; returns image (qwen-image-3, 1024×1024) saved to disk (file path in result). Runs on NanoGPT — $0.18 deposit per call, paid in Nano (XNO) — settles at actual model cost + 20%, change returned; no account needed; last run $0.075, ~1m 49s.
| Name | Required | Description | Default |
|---|---|---|---|
| Text | No | default: "Make these two people explore a dungeon together"; optional | |
| Image | Yes | * required; image — file path or https URL | |
| Image_2 | Yes | * required; image — file path or https URL | |
| _payment_id | No | Payment id from this tool's previous payment-required response. Phase 3 only: after /x402/watch closes with status paid, call again with the same arguments plus this id to open the RESULTS stream. Do not pass it while payment is still pending — monitor the watch SSE first. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden and does so thoroughly. It discloses the output format (qwen-image-3, 1024×1024), that the result is saved to disk with a file path, the payment model ($0.18 deposit, Nano/XNO, 20% fee, change returned), no-account requirement, and typical runtime/cost from the last run.
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 front-loaded with the core purpose, followed by a compact process/output note, then a dense but relevant cost/runtime clause. Every element earns its place and there is no filler or 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?
The tool has async and payment complexity, and the description covers output, cost, and runtime, which is valuable given no output schema. However, it does not explicitly describe the two-phase payment flow (payment-required response then call again with _payment_id), leaving that to the schema's parameter description.
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 each parameter is already documented. The description's 'upload×2 -> text -> edit' hint loosely maps to Image, Image_2, and Text, but adds no new semantic detail beyond the schema and does not clarify _payment_id beyond what the schema already explains.
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 opens with 'Combine two images into a scene,' which uses a specific verb and resource clearly indicating the tool's core function. It distinguishes the operation from siblings like edit-a-photo or text-to-image through the explicit two-image combination, but it doesn't name alternatives or contrast with them.
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 'upload×2 -> text -> edit' flow implies the input pattern and the 'no account needed' note gives some accessibility context. However, it provides no explicit guidance on when to use this tool versus alternatives like edit-a-photo or text-to-image, and no when-not-to-use conditions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
deslopBInspect
Paste AI-sounding text. Grok rewrites it like a person wrote it, a second model grades the rewrite as an AI detector would, then Grok gets the draft, the rewrite and the report and does the final p… text:Your draft -> llm×2 -> join×2 -> llm; returns text. Runs on NanoGPT — $0.25 deposit per call, paid in Nano (XNO) — settles at actual model cost + 20%, change returned; no account needed; last run $0.0341, ~78s.
| Name | Required | Description | Default |
|---|---|---|---|
| Your_draft | No | Text; default: "In today's fast-paced digital landscape, keeping your team in sync has never been more critical. That's why we're thr..."; optional | |
| _payment_id | No | Payment id from this tool's previous payment-required response. Phase 3 only: after /x402/watch closes with status paid, call again with the same arguments plus this id to open the RESULTS stream. Do not pass it while payment is still pending — monitor the watch SSE first. | |
| System_prompt | No | System prompt; default: "You rewrite AI-sounding text so it reads like a person wrote it. Output only the rewritten text — no preamble, no not..."; optional | |
| System_prompt_2 | No | System prompt; default: "You are a blunt AI-text detector. You see one passage and nothing else. Decide whether a machine wrote it.\nReply in e..."; optional | |
| System_prompt_3 | No | System prompt; default: "You are the final editor. Your input holds three blocks in this order:\n1. the ORIGINAL DRAFT — everything before the ..."; optional |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full transparency burden and does disclose important behavioral traits: the orchestration flow ('llm×2 -> join×2 -> llm'), the payment model ($0.25 deposit, 20% fee, Nano), performance stats ('last run $0.0341, ~78s'), and that it returns text. It does not cover failure modes or rate limits, but the payment/watch phases are covered in the schema's _payment_id parameter.
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 run-on sentence with an apparent truncation ('final p…') followed by a cryptic data-flow diagram ('text:Your draft -> llm×2 -> join×2 -> llm') and then payment details. The structure is poor: the core purpose is buried in the middle, and the truncation is a significant formatting flaw.
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?
This is a complex tool with a multi-model pipeline, payment flow, and no output schema. The description provides the processing chain, cost, and duration, which is helpful, but the truncated final step and cryptic notation leave gaps. The schema's _payment_id parameter fills in the payment-stream behavior, but the description alone is only moderately complete.
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?
The schema covers 100% of parameters with detailed descriptions, including defaults and the special _payment_id semantics, so the baseline is 3. The tool description adds little param-specific value beyond 'Paste AI-sounding text' which maps to Your_draft; it does not explain the relationships among the System_prompt parameters.
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 conveys that the tool rewrites AI-sounding text into human-sounding text via a multi-model pipeline ('Grok rewrites it... a second model grades... final p…'), and states the return type as text. However, the truncation in 'final p…' and the cryptic 'llm×2 -> join×2 -> llm' notation make the statement less crisp, and no clean verb+resource phrasing is used.
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 opening 'Paste AI-sounding text' implies when to use it, and the description provides practical usage context (payment, no account needed, costs). Yet it does not explicitly mention alternatives or when not to use it, and the sibling tools are mostly media-related, so the tool's text niche is implied rather than stated as a usage guideline.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
edit-a-photoAInspect
Repaints an uploaded photo according to an edit described in plain words. upload -> text -> edit; returns image (qwen-image-3, 1024×1024) saved to disk (file path in result). Runs on NanoGPT — $0.18 deposit per call, paid in Nano (XNO) — settles at actual model cost + 20%, change returned; no account needed; last run $0.075, ~80s.
| Name | Required | Description | Default |
|---|---|---|---|
| Text | No | default: "make it night-time, add glowing neon signs and rain reflections"; optional | |
| Image | Yes | * required; image — file path or https URL | |
| _payment_id | No | Payment id from this tool's previous payment-required response. Phase 3 only: after /x402/watch closes with status paid, call again with the same arguments plus this id to open the RESULTS stream. Do not pass it while payment is still pending — monitor the watch SSE first. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses important behavioral traits: output is 'saved to disk (file path in result)', the model and resolution are specified, and cost details are given ('$0.18 deposit per call', 'settles at actual model cost + 20%', 'no account needed', 'last run $0.075, ~80s'). This goes well beyond a safety-level annotation.
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 two sentences, front-loaded with purpose and workflow, then cost and timing. Every sentence earns its place; no redundancy or filler. It is compact yet information-dense.
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?
For a tool with no output schema and three parameters, the description covers purpose, workflow, output format (file path), pricing, and runtime. It does not discuss error scenarios or how to handle the payment flow, but the _payment_id parameter is well-documented in the schema. Overall, it gives enough context for an agent to invoke the tool successfully.
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 coverage is 100% and the schema already documents each parameter. The description adds meaning by explaining the relationship between the upload and text ('upload -> text -> edit') and clarifies that the text is 'plain words'. This helps an agent understand that the Text parameter is the natural-language edit instruction, which is not fully explicit in the schema.
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 starts with 'Repaints an uploaded photo according to an edit described in plain words,' which clearly states a specific verb ('repaints'), resource ('uploaded photo'), and method ('edit described in plain words'). This distinguishes it from sibling tools like text-to-image (which generates new images) and photo-to-video (which animates).
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 phrase 'upload -> text -> edit' outlines a basic usage flow, implying this tool is for editing existing uploaded photos with a text instruction. However, it does not explicitly mention alternatives or state when not to use it, such as preferring text-to-image for new image generation. This is implied rather than clearly contrasted.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
faviconAInspect
Describe your idea, get a favicon — an LLM distills the brand to one bold glyph, an image model renders it, and it comes back as a crisp square (~$0.04/run). text:Brand -> text×2 -> join -> llm -> image; returns image (nano-banana-2-lite, 1k) saved to disk (file path in result). Runs on NanoGPT — $0.11 deposit per call, paid in Nano (XNO) — settles at actual model cost + 20%, change returned; no account needed.
| Name | Required | Description | Default |
|---|---|---|---|
| Text | No | default: "You design one favicon. From the brand name/description, write ONE image prompt for a square app icon: a single bold ..."; optional | |
| Brand | Yes | * required; Text | |
| Text_2 | No | Text; default: "style guide:\n- Reduce the brand to its most distinctive visual idea; prefer a simple metaphor over a literal product ..."; optional | |
| _payment_id | No | Payment id from this tool's previous payment-required response. Phase 3 only: after /x402/watch closes with status paid, call again with the same arguments plus this id to open the RESULTS stream. Do not pass it while payment is still pending — monitor the watch SSE first. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden and does a good job: it discloses the pipeline, model names, cost, deposit/payment mechanism, and that the image is saved to disk with a file path. It does not mention rate limits or failure modes, but for a generation tool this is substantial.
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 dense, front-loaded with purpose, and includes necessary pricing and output details in a compact form. The pipeline notation is slightly jargon-heavy, but every sentence earns its place.
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?
For a tool with no output schema, the description covers the main workflow, result type, result location, and cost model. The two-phase payment flow is left to the _payment_id parameter description, which is acceptable given schema coverage.
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 coverage is 100% and the description adds meaning by explaining how Brand, Text, and Text_2 flow through the pipeline ('text:Brand -> text×2 -> join -> llm -> image'). The _payment_id semantics are already fully described in the schema.
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 names the deliverable (favicon) and the process: an LLM distills the brand to a glyph and an image model renders it. This clearly distinguishes it from sibling tools like text-to-image and image-model-arena.
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?
It states the contextual use case: describe a brand/idea to get a favicon. However, it never explicitly contrasts with sibling tools (e.g., text-to-image) nor gives when-not-to-use guidance; the usage is implied rather than stated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
image-model-arenaAInspect
Pick a DIFFERENT model on each Contender, then Run — same prompt four ways, side by side. text -> image:Contender 1 -> image:Contender 2 -> image:Contender 3 -> image:Contender 4; returns image (gpt-image-2, 1024×1024) + image (nano-banana-2-fast, 1024×1024) + image (qwen-image-3, 1024×1024) + image (krea-v2-large/text-to-image, 1:1) saved to disk (file paths in result). Runs on NanoGPT — $0.59 deposit per call, paid in Nano (XNO) — settles at actual model cost + 20%, change returned; no account needed; last run $0.2455, ~1m 39s.
| Name | Required | Description | Default |
|---|---|---|---|
| Text | No | default: "a tiny dragon curled up asleep in a teacup, macro photo, soft morning light"; optional | |
| _payment_id | No | Payment id from this tool's previous payment-required response. Phase 3 only: after /x402/watch closes with status paid, call again with the same arguments plus this id to open the RESULTS stream. Do not pass it while payment is still pending — monitor the watch SSE first. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden and does well: it discloses pricing ($0.59 deposit, actual cost +20%), payment method (Nano/XNO), no account needed, runtime (~1m 39s), and that images are saved to disk with file paths. It also mentions the settlement process. It lacks details on failure modes or the payment flow phases, but given zero annotations, this is comprehensive.
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 long, run-on paragraph that packs excessive details (exact model names, resolutions, pricing, last run stats) into a single block. While informative, the structure lacks conciseness and is not front-loaded beyond the first phrase. Some information (e.g., last run cost and time) is non-essential and could be omitted or moved to a separate field.
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?
Despite having no output schema and no annotations, the description is remarkably complete: it specifies the input prompt, the four models with their exact resolutions, the output format (file paths), the payment and cost model, and approximate runtime. An agent has enough context to set expectations and invoke the tool correctly.
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 coverage is 100% with both Text and _payment_id having clear descriptions. The tool description adds no additional parameter meaning beyond what the schema already states. Baseline 3 applies because 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 function: pick a different model on each Contender and run the same prompt four ways side by side. It explicitly names the four models and their output sizes, distinguishing it from siblings like text-to-image (which presumably generates one image) and combine-images (which composites existing images).
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 usage context is implied by describing the side-by-side comparison, but there is no explicit statement of when to use this tool versus alternatives like text-to-image. No alternatives are mentioned, and no exclusions are provided. The description implies 'use this to compare models on the same prompt' without directly saying so.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
photo-to-videoBInspect
Generates a still image from a prompt, then animates it into a short video clip. text:the image being -> text:motion system prompt -> text:movement -> image -> llm -> ivideo; returns video (ltx-2.3-quality) saved to disk (file path in result). Runs on NanoGPT — $0.24 deposit per call, paid in Nano (XNO) — settles at actual model cost + 20%, change returned; no account needed.
| Name | Required | Description | Default |
|---|---|---|---|
| movement | No | Text; default: "sailing very fast in rough seas"; optional | |
| _payment_id | No | Payment id from this tool's previous payment-required response. Phase 3 only: after /x402/watch closes with status paid, call again with the same arguments plus this id to open the RESULTS stream. Do not pass it while payment is still pending — monitor the watch SSE first. | |
| the_image_being | No | Text; default: "a tiny sailboat on a glowing bioluminescent sea, night, stars"; optional | |
| motion_system_prompt | No | Text; default: "You are animating this image for ltx-2.3.\nPromptig guide:\n1. Be More Specific. The Engine Can Handle It.\nLTX-2.3 incl..."; optional |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden and does disclose important behavior: output is an ltx-2.3-quality video saved to disk, and cost includes a $0.24 deposit with settlement at actual cost + 20% and change returned. It does not mention the two-phase payment flow, but the schema for _payment_id covers that.
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 dense run-on sentence with arrow notation and embedded payment details. It front-loads the purpose but the pipeline string ('text:the image being -> text:motion...') is cryptic and could be structured more clearly.
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?
The description covers the basic return value (video file path) and cost model, which is helpful for a paid tool with no output schema. However, it omits the payment-required response flow and the need to call again with _payment_id after watching; the schema partially compensates, but the description alone is incomplete.
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 coverage is 100%, so the baseline is 3. The description adds value by showing how the_image_being, motion_system_prompt, and movement fit into the pipeline (image generation followed by animation). It does not explain _payment_id, but that parameter's schema is already thorough.
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 it generates a still image and then animates it into a short video clip, which distinguishes it from static image tools like text-to-image. The pipeline notation adds some confusion, but the core verb+resource is specific.
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?
No explicit guidance on when to use this tool vs. siblings like text-to-image, combine-images, or talking-avatar. The usage context is implied by the wording, but there are no decision criteria, prerequisites, or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
render-a-mockupAInspect
Describe a screen, keep the style guide: an LLM turns both into one dense image prompt and an image model renders the mockup. text×2 -> join -> llm -> image; returns image (qwen-image-3) saved to disk (file path in result). Runs on NanoGPT — $0.20 deposit per call, paid in Nano (XNO) — settles at actual model cost + 20%, change returned; no account needed; last run $0.079, ~2m 16s.
| Name | Required | Description | Default |
|---|---|---|---|
| Text | No | default: "A habit-tracker web app dashboard: today's checklist, current streaks, a week-at-a-glance grid, and a quick-add button."; optional | |
| Text_2 | No | Text; default: "Style guide: premium, cinematic dark-mode product dashboard with an immediate wow factor, rendered as an exceptionall..."; optional | |
| _payment_id | No | Payment id from this tool's previous payment-required response. Phase 3 only: after /x402/watch closes with status paid, call again with the same arguments plus this id to open the RESULTS stream. Do not pass it while payment is still pending — monitor the watch SSE first. | |
| System_prompt | No | System prompt; default: "You write image prompts for UI mockups. Given a screen description and a style guide, reply with ONE detailed image p..."; optional |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses key behaviors: qwen-image-3 model, result saved to disk with file path, payment deposit/refund mechanics, no account needed, and approximate runtime/cost. This is unusually transparent for an unannotated tool.
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 dense run-on sentence that front-loads purpose and packs in pipeline, output, and payment details. It is informative but could be better structured; still, every piece offers value.
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 no output schema and no annotations, the description covers result location, model, cost, and payment flow. It lacks explicit guidance on use cases vs sibling tools, but enough context is present for an agent to understand the tool's behavior and requirements.
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 coverage is 100%, so baseline is 3. The description adds the conceptual pipeline 'text×2 -> join -> llm -> image', clarifying how Text and Text_2 combine, but it does not detail parameter formats beyond what the schema already provides.
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 function: it takes a screen description and style guide, an LLM combines them into an image prompt, and an image model renders a mockup. This distinguishes it from sibling image tools by specifying the mockup generation workflow.
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?
It conveys the intended context (screen description + style guide → mockup) and the pipeline, plus payment/model constraints. However, it does not explicitly state when to prefer this over siblings like text-to-image or edit-a-photo, or provide exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
singAInspect
One idea fans out to three LLMs — lyrics, a matching style, and a negative prompt of what to avoid — then a music model sings it. text:Song Instructions -> text:Bands -> text:Style System Prompt -> llm -> join×2 -> llm -> join -> llm -> music; returns audio (mureka-v9/generate-song) saved to disk (file path in result). Runs on NanoGPT — $0.13 deposit per call, paid in Nano (XNO) — settles at actual model cost + 20%, change returned; no account needed; last run $0.0497, ~1m 56s.
| Name | Required | Description | Default |
|---|---|---|---|
| Bands | No | Text; default: "Bands liked:\nSoundgarden, XX"; optional | |
| _payment_id | No | Payment id from this tool's previous payment-required response. Phase 3 only: after /x402/watch closes with status paid, call again with the same arguments plus this id to open the RESULTS stream. Do not pass it while payment is still pending — monitor the watch SSE first. | |
| System_prompt | No | System prompt; default: "You are an award-winning songwriter. Write only the lyrics — no title, no commentary, no explanations.\nPrinciples:\n- ..."; optional | |
| System_prompt_2 | No | System prompt; default: "Negate the style - what would go poorly, the worst you can imagine. No preamble or postamble."; optional | |
| Song_Instructions | No | Text; default: "Write a wistful 90s trip-hop track about the singularity."; optional | |
| Style_System_Prompt | No | Text; default: "You invent a musical style that fits the given lyrics. Reply with only the style, richly descriptive — no commentary...."; optional |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full disclosure burden. It discloses the multi-step pipeline (three LLMs joined together), the output being saved to disk with a file path in the result, and the payment model (deposit, settlement at actual cost + 20%, no account needed). It also includes an example runtime and cost, providing concrete behavioral expectations.
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 long but information-dense, structured with an initial summary, a flow sequence, and a cost section. The first sentence gives the essence, and subsequent sentences add essential operational details (output location, payment model, performance). It is somewhat dense and could be slightly tightened, but every sentence provides unique value for such a complex tool.
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?
For a complex tool with no output schema and no annotations, the description covers the creative pipeline, output format (audio, file path), payment requirements, and runtime. It lacks explicit failure modes or a detailed response format beyond the file path, but the given context is sufficient for an agent to invoke the tool correctly and understand the major implications (cost, disk output).
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?
The input schema already covers 100% of the parameters with specific defaults and descriptions. The description adds a flow diagram that names three parameters (Song Instructions, Bands, Style System Prompt) and shows their role in the pipeline, but it does not explain parameter syntax or values beyond what the schema states. This is a baseline 3 with minor extra context.
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 first sentence clearly states the tool's function: it fans out an idea to three LLMs (lyrics, style, negative prompt) and then 'a music model sings it', producing audio. The flow diagram and output description further specify that it returns a file path. This clearly distinguishes it from all sibling tools, which are exclusively image/video generation tools.
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: it is used to convert song instructions into an audio file, with explicit cost and output details. It does not explicitly state when to use it over alternatives, but because none of the sibling tools produce audio, the usage is implicitly unique. No exclusions or alternative recommendations are given, keeping it just below a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
talking-avatarAInspect
TTS speaks your line, and the lipsync model animates the portrait to match. upload -> text:speak -> text:movement -> tts -> lipsync; returns video (longcat-avatar-1.5) saved to disk (file path in result). Runs on NanoGPT — $0.61 deposit per call, paid in Nano (XNO) — settles at actual model cost + 20%, change returned; no account needed.
| Name | Required | Description | Default |
|---|---|---|---|
| Image | Yes | * required; image — file path or https URL | |
| speak | No | Text; default: "Hi there! I used to be a still photo — then somebody wired three nodes together, and now I won't stop talking."; optional | |
| movement | No | Text; default: "exaggerated head movement"; optional | |
| _payment_id | No | Payment id from this tool's previous payment-required response. Phase 3 only: after /x402/watch closes with status paid, call again with the same arguments plus this id to open the RESULTS stream. Do not pass it while payment is still pending — monitor the watch SSE first. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description shoulders the disclosure burden. It reveals the tool's side effects (file saved to disk, path returned in result), the payment mechanism (deposit, settlement, refund), and the lack of account requirement. This is substantial behavioral context for an AI agent to anticipate consequences.
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, dense paragraph that front-loads the purpose, then the workflow, output, and payment. It packs considerable information without redundancy or fluff.
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 lack of an output schema, the description appropriately explains the return value (video path on disk) and the payment flow. It covers the main user-facing aspects of the tool, though it omits details like duration limits or input 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?
The input schema already provides detailed descriptions for all four parameters, including defaults and special instructions for _payment_id. The description's pipeline wording ('TTS speaks your line', 'lipsync model animates') loosely aligns with the speak and movement parameters, but it adds no new parameter-level detail beyond the schema.
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 function: it takes a portrait, synthesizes speech from text, and animates the lips to match, producing a video. This distinguishes it from other media tools like sing or photo-to-video by explicitly mentioning the TTS and lipsync pipeline.
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 a concrete pipeline ('upload -> text:speak -> text:movement -> tts -> lipsync') that tells the agent the sequence of inputs and how the tool processes them. It also notes that no account is needed, which helps set expectations, but it does not explicitly compare against sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
text-to-imageAInspect
The one-wire hello-world of noodling — describe a scene, get an image. text -> image; returns image (nano-banana-2-lite) saved to disk (file path in result). Runs on NanoGPT — $0.06 deposit per call, paid in Nano (XNO) — settles at actual model cost + 20%, change returned; no account needed; last run $0.04, ~10s.
| Name | Required | Description | Default |
|---|---|---|---|
| Text | No | default: "a red panda astronaut drifting over neon-lit Tokyo at night, cinematic, 35mm"; optional | |
| _payment_id | No | Payment id from this tool's previous payment-required response. Phase 3 only: after /x402/watch closes with status paid, call again with the same arguments plus this id to open the RESULTS stream. Do not pass it while payment is still pending — monitor the watch SSE first. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of disclosing behavioral traits. It covers payment behavior ($0.06 deposit, cost+20% settlement, Nano), latency (~10s), and the side effect of saving an image to disk. It doesn't explain failure modes or the two-phase payment flow in detail, but it provides meaningful context beyond a bare 'text to image' statement.
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 brief, using two sentences that front-load the purpose before adding cost and output details. However, the opening phrase 'one-wire hello-world of noodling' is vague and consumes space that could clarify the tool's role. Overall it's compact and efficient, but the initial flavor text is not maximally informative.
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?
The tool involves payment and a potential two-phase flow (deposit, payment watch, then _payment_id to retrieve results), but the description only mentions cost and latency, omitting how the payment workflow integrates with the _payment_id parameter. The schema covers _payment_id, but the description doesn't connect that context, leaving gaps in understanding the full usage sequence.
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 baseline is 3. The description adds minimal parameter insight beyond 'text -> image' and does not elaborate on the _payment_id parameter or its phased usage, which remains only in the schema. It adds a little context but doesn't significantly enhance understanding of the parameters.
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 converts text to an image ('text -> image') and that the result is saved to disk. This specific verb+resource distinguishes it from sibling tools like edit-a-photo, combine-images, or favicon, which operate on existing images rather than generating new ones from text.
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 ('describe a scene, get an image') but provides no explicit guidance on when to choose this tool over alternatives, nor does it list exclusions or prerequisite conditions. There is no mention of when not to use it, so the guidance is only implicit.
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!
Related MCP Servers
- Alicense-qualityCmaintenanceExposes your LLMGraph workflow deployments as MCP tools, allowing AI assistants to invoke them via natural language.55MIT
- Alicense-qualityCmaintenance250+ AI-powered MCP tools: research, write, code, translate, scrape, sentiment, vision, RAG, agent memory, marketplace, trading signals, and more. 15 models across 7 providers. Pay-per-use via API key or x402 USDC micropayments.2MIT
- Alicense-qualityBmaintenancePaid hosted MCP for agent-to-agent compute routing and brain-builder workflows. OAuth 2.1 + PKCE auth, Stripe prepaid USD credits, 29 tools (10 free, 19 metered). 25% of net revenue funds verified conservation via a public auditable ledger. SEP-1960 manifest and SEP-1649 server card published.1MIT

gatefareio/mcp-serverofficial
Alicense-qualityBmaintenanceMarketplace MCP for paid HTTP APIs. Pay per call in USDC on Base via the open x402 standard — non-custodial. 13 tools for discovery, buying, and publishing APIs.512MIT
Your Connectors
Sign in to create a connector for this server.