AskAIs AI Receipt Generator
Server Details
Generate professional receipt PDFs and structured receipt data with AI-ready MCP tools.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- MiniCodeTeam/askais-mcp
- GitHub Stars
- 1
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.8/5 across 4 of 4 tools scored. Lowest: 2.9/5.
Each tool has a clearly distinct purpose: account creation, receipt generation, balance checking, and retrieving usage rules. There is no overlap or ambiguity.
All tool names follow a consistent verb_noun pattern with underscores, e.g., create_free_account, generate_receipt, get_balance, get_usage_rules.
With 4 tools, the set is well-scoped for an AI receipt generator service. Each tool serves a necessary function without being too few or too many.
The tools cover the full lifecycle: account creation, receipt generation with pricing, balance checking, and usage rules. No obvious gaps for the intended purpose.
Available Tools
4 toolscreate_free_accountCreate a free AskAIs accountAInspect
Create an AskAIs account without opening a browser. Returns one-time login credentials and an API key with introductory receipt credit. The user must explicitly accept the Terms and Privacy Policy.
| Name | Required | Description | Default |
|---|---|---|---|
| client_name | No | MCP host name, for example Cursor, Claude Code, Codex, or Gemini CLI. | |
| accept_terms | Yes | Must be true after the user agrees to AskAIs Terms and Privacy Policy. | |
| client_version | No | ||
| preferred_language | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description adequately discloses key behaviors: it returns one-time login credentials and API key with introductory credit, and requires terms acceptance. However, it omits potential side effects (e.g., irreversibility) or rate limits.
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?
Three sentences, front-loaded with purpose, no redundant wording. Every sentence adds 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 4 parameters, no output schema, and no annotations, the description covers core functionality and return values but does not explain all parameters or long-term consequences. Adequate but 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 description coverage is 50% (only client_name and accept_terms have descriptions). The description does not add meaning for the parameters; it only reinforces accept_terms. Missing explanations for client_version and preferred_language.
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 uses specific verb 'Create' and resource 'AskAIs account', clearly distinguishing it from sibling tools like generate_receipt or get_balance.
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 context for when to use ('without opening a browser') and a prerequisite ('user must explicitly accept terms'), but does not explicitly state when not to use or provide alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
generate_receiptGenerate a professional receipt PDFCInspect
Generate a downloadable receipt PDF for a legitimate transaction. Costs $0.10 only on successful generation.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Receipt date, preferably YYYY-MM-DD. | |
| items | No | ||
| notes | No | ||
| api_key | No | Optional after create_free_account succeeds in this MCP session. | |
| currency | No | Currency symbol or code, for example USD, HKD, or $. | |
| language | No | ||
| text_color | No | ||
| total_amount | No | ||
| customer_name | Yes | ||
| primary_color | No | ||
| contact_person | No | ||
| customer_email | No | ||
| customer_notes | No | ||
| customer_phone | No | ||
| invoice_number | No | ||
| payment_method | No | ||
| customer_address | No | ||
| customer_registration_number | No | ||
| confirm_legitimate_transaction | Yes | Must be true. Confirms this receipt represents a legitimate transaction and will not be used to deceive. |
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 full burden. It discloses the cost ($0.10 on success) but fails to mention other important behaviors such as prerequisites (e.g., need for api_key from create_free_account), side effects, failure modes, or whether authentication is required. This is insufficient for a tool with 19 parameters and no output schema.
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 very concise with two sentences, but it sacrifices necessary detail. It is appropriately front-loaded but omits critical information about parameters, returns, and usage context.
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 high complexity (19 parameters, no output schema, no annotations), the description is far from complete. It does not explain the return value (PDF), provide parameter guidance, or include any usage examples. The tool demands a more thorough description to be usable by an AI agent.
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 description coverage is only 21%, yet the description provides no additional meaning for the 19 parameters. It does not mention any parameter names, types, or how they relate to the output. The agent must rely solely on the sparse schema descriptions, making parameter understanding very difficult.
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 generates a downloadable receipt PDF for legitimate transactions, with a specific verb 'Generate' and resource 'receipt PDF', effectively differentiating it from sibling tools like create_free_account, get_balance, and get_usage_rules.
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 for legitimate transactions and mentions a cost, but does not explicitly state when to use versus alternatives or when not to use. The required boolean parameter's schema description provides some guidance, but the description itself lacks explicit usage context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_balanceGet AskAIs API balanceAInspect
Return the remaining prepaid AskAIs API credit for the connected account.
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | Optional after create_free_account succeeds in this MCP session. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It only states the basic purpose but does not disclose side effects, authentication requirements, rate limits, or error handling. For a simple read operation, more detail could be helpful.
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, front-loaded sentence with no unnecessary words. It efficiently conveys the purpose.
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 low complexity (one optional parameter, no output schema), the description is mostly adequate. It could be improved by specifying the return type (e.g., 'returns a number') but is sufficient for basic understanding.
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% for the single parameter (api_key). The description does not add any parameter semantics beyond what the schema provides. The baseline is 3, and no adjustment is needed.
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 action ('return') and the resource ('remaining prepaid AskAIs API credit'), with scope ('for the connected account'). It is distinct from sibling tools like create_free_account, generate_receipt, and get_usage_rules.
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 vs alternatives. Usage is implied by the function (checking balance), but no exclusions or conditions are provided. The description only states what the tool does.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_usage_rulesGet AskAIs usage rulesAInspect
Read pricing, free-credit, privacy, and acceptable-use rules before creating an account or receipt.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. It indicates a read operation with no side effects. Could explicitly state 'no changes will be made' but current wording is adequate.
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?
Single sentence, front-loaded with 'Read'. Every word adds value, 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?
Tool is simple (no params, no output schema). Description fully covers purpose, usage context, and behavior for its 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?
Tool has zero parameters, so description need not add details. Baseline is 4 for zero parameters with 100% 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 uses a specific verb 'Read' and resource 'rules', listing four categories: pricing, free-credit, privacy, acceptable-use. It clearly distinguishes from sibling tools: create_free_account, generate_receipt, get_balance.
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?
Explicitly states when to use: 'before creating an account or receipt.' This gives clear context and implies avoidance when not in that scenario.
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!