PRD to Flutter APK
Server Details
Compile a JSON product spec into an Android APK. Paid per build via x402 (USDC on Base).
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- carlosge492/app-generation-microservice
- GitHub Stars
- 0
- Server Listing
- app-generation-microservice
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 3.9/5 across 5 of 5 tools scored. Lowest: 3.1/5.
Each tool serves a distinct purpose: schema retrieval, validation, payment info, build initiation, and status polling. There is no overlap in functionality, so an agent can easily select the right tool for each step.
All names use snake_case and are descriptive, with a consistent style. Some are verb_noun (start_build, validate_prd) while others are noun_noun (payment_terms, prd_schema), but the pattern is clear and predictable.
Five tools is well-scoped for the server's purpose. Each tool earns its place by covering the essential workflow: validate, pay, build, and track.
The tool set covers the full lifecycle from PRD validation to APK delivery, including payment handling and status polling. No critical gaps exist for the stated purpose.
Available Tools
5 toolsbuild_statusBInspect
Status, log, diagnostics, settlement transaction and token usage for a build already paid for.
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must disclose behavioral traits, but it only lists content types without stating whether the tool is read-only, requires authentication, or has side effects. The read-only nature is implied by the name and context but never explicitly stated, nor are any other behavioral aspects covered.
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 sentence that lists key items, making it concise and efficient with no wasted words. It could be slightly improved by adding a verb like 'retrieves' to make it more action-oriented, but it is still well-structured and front-loaded.
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 has only one parameter and no output schema, the description provides a basic list of what is returned but lacks details on response structure, possible status values, or any caveats. It is adequate for a simple tool but leaves gaps in what the user might expect from the 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 schema has a single parameter (job_id) with no description, and the tool description does not mention it at all. Schema coverage is 0%, and the description does not compensate by explaining what job_id represents or how to obtain it, leaving the user to infer it is the build identifier.
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 identifies the tool as providing status, log, diagnostics, settlement transaction, and token usage for a build. It focuses on a specific resource ('a build already paid for') and is distinct from siblings like start_build and validate_prd, which relate to initiating or validating rather than checking post-payment details.
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 'already paid for' implies the tool should be used after payment to check a build's details, but there is no explicit statement of when to use it versus alternatives. No exclusions or alternative tool references are given, so usage is only implied.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
payment_termsBInspect
What a build costs and how to pay: price, token contract, chain and the EIP-712 domain, as an x402 challenge. Free.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must disclose behavioral traits. It mentions 'Free' and the x402 challenge but does not clarify whether the tool is read-only, has side effects, or requires any authentication. The meaning of 'Free' is ambiguous—could imply zero cost for the build or that the tool itself is free to invoke.
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 short (about 15 words) and front-loaded with purpose. The trailing 'Free.' is an extra fragment that adds slight confusion but overall the description is economical and to the point.
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 is simple (0 params, no output schema), so the description carries the burden of explaining return values. It lists the key fields (price, token contract, chain, EIP-712 domain) but does not clarify the response format or the meaning of 'x402 challenge' and 'Free'. This leaves some ambiguity for an agent unfamiliar with the domain.
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 tool has zero parameters, so the baseline is 4. The description adds value by explaining what the output will contain (price, token contract, chain, domain), which is helpful given no output schema. No parameter documentation is needed because none exist.
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 identifies the tool as providing payment-related information (cost, price, token contract, chain, EIP-712 domain) for a build. It distinguishes from sibling tools like build_status or validate_prd. However, it lacks an explicit verb like 'returns' or 'gets', making it slightly less direct.
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 versus alternatives. The description does not mention any prerequisites, context, or exclusions. Sibling tools exist but are not referenced, leaving the agent to infer usage from the name and content.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
prd_schemaAInspect
The JSON Schema a product requirements document must satisfy. Generate against this rather than guessing field names.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry the burden. It implies the tool outputs a schema to reference, but it doesn't explicitly state the return format, that it's read-only, or any limitations. The guidance adds some behavioral context but lacks full transparency.
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 concise, front-loaded sentences. The first defines the schema, the second gives practical usage advice. Every word earns its place with no redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with no parameters and no output schema, the description covers the essential context: what the tool is and how to use it. It doesn't mention the relationship to validate_prd, but that's not strictly necessary for basic usage.
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 tool has zero parameters and an empty input schema, so the baseline score of 4 applies. The description doesn't need to explain parameters, and it doesn't attempt to.
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 explicitly states the tool provides the JSON Schema that product requirements documents must satisfy, and advises generating against it. This clearly identifies the resource (schema) and its purpose, distinguishing it from sibling tools like validate_prd or start_build.
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 instruction 'Generate against this rather than guessing field names' gives clear context for when to use the tool: when creating a PRD. It doesn't explicitly name alternatives or exclusions, but the intended usage is unambiguous.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
start_buildAInspect
Buy a build. Call once without x_payment to get the x402 payment requirements, sign an EIP-3009 authorization over them, then call again passing the signed authorization as x_payment. Returns a job id; poll it with build_status until apk_available is true, then download the APK from apk_url. A build takes about 5-8 minutes, so poll rather than blocking. Payment settles on-chain before the build starts, and a failed build still returns its diagnostics.
| Name | Required | Description | Default |
|---|---|---|---|
| prd | Yes | the PRD; see the prd_schema tool | |
| x_payment | No | signed x402 payment authorization (the value of the X-Payment header). Omit to be quoted. |
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 behavioral burden and succeeds. It discloses that payment settles on-chain before the build starts, that a failed build returns diagnostics, the approximate build duration (5-8 minutes), and the expected return shape (job id, apk_available, apk_url).
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 four purposeful sentences, front-loaded with the core action ('Buy a build'). Each sentence delivers necessary information—protocol, return value, timing, and payment behavior—without unnecessary detail or repetition.
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?
Even without an output schema, the description covers the full lifecycle: how to initiate, what to expect (job id), how to track (poll with build_status), and how to retrieve the APK. It also references prd_schema for the nested object structure and explains payment/failure behavior, making it complete for the tool's complexity.
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 covers parameter descriptions at 100%, but the description adds critical process context: it explains the two-call flow where x_payment is the signed authorization obtained from the first call, and that omitting it triggers a quote. This goes beyond schema by clarifying parameter interplay.
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 explicitly states the tool's function with a specific verb ('Buy a build') and resource, and articulates a clear two-step payment workflow. It indirectly distinguishes itself from siblings by referencing build_status for polling and prd_schema for PRD structure, making its role unambiguous.
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?
Provides explicit step-by-step usage instructions: call without x_payment to get payment requirements, then call again with signed authorization. It directs the agent to poll using build_status and consult prd_schema, effectively demonstrating when to use this tool versus alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
validate_prdAInspect
Check a product requirements document and report exactly what would be built — screens, models, navigation, auth — without building it. Free, no payment required. Uses the same validator as the paid build, so anything accepted here will not be rejected after payment.
| Name | Required | Description | Default |
|---|---|---|---|
| prd | Yes | the PRD; see the prd_schema tool |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the burden. It discloses non-destructive behavior ('without building it'), zero cost, and consistency with the paid validator. It lacks detail on side effects like data retention, but for a read-only validation tool this is sufficient.
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 three sentences, front-loaded with the main action, and includes only essential information (free, same validator). There is no 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?
With one parameter and no output schema, the description covers purpose, cost, and validation consistency. It does not specify the output format or failure behavior, but for a simple validation tool, this is reasonably 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?
Schema coverage is 100% with a single parameter 'prd' described as 'the PRD; see the prd_schema tool.' The description adds domain context (screens, models, navigation, auth) but no format or syntax details, so baseline 3 is appropriate.
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 checks a PRD and reports exactly what would be built (screens, models, navigation, auth) without building it. This distinguishes it from siblings like start_build, making the purpose unambiguous.
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 says 'Free, no payment required' and 'anything accepted here will not be rejected after payment,' implying use before paying to validate a PRD. It contrasts with start_build by saying 'without building it,' but does not explicitly name alternatives or when-not-to-use scenarios.
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-qualityDmaintenanceExecute Python, JavaScript, or SQL code in a sandboxed environment and retrieve stdout, execution time, and errors with pay-per-call via x402 (USDC on Base L2).Last updatedMIT
- -license-qualityCmaintenanceProvides AI agents with 10 pay-per-call utility tools (QR generation, DNS lookup, OCR, etc.) using USDC on Base via the x402 protocol, with agent's private key never leaving the agent.Last updated
- Flicense-qualityAmaintenanceWallet-funded remote MCP for live Solana priority fees, transaction simulation and diagnosis, token-risk checks, PDF-to-Markdown, and audio normalization. Paid tools use x402 on Solana and Base with no API key.Last updated
- Alicense-qualityBmaintenanceMade-to-order data for AI agents via x402 micropayments on Base. Describe a need in plain language, get a custom quote, pay per call. No signup, no API keys. HTTP + MCP transports. 5 tools.Last updated1MIT
Your Connectors
Sign in to create a connector for this server.