mifactory-pdf
Server Details
Send transactional pdfs for AI agents via SMTP. Templates included.
- Status
- Healthy
- Uptime
- 100.0% over 38 days
- Last Tested
- Transport
- Streamable HTTP · MCP 2024-11-05
- URL
- Repository
- mifactory-bot/mifactory-pdf
- GitHub Stars
- 0
TDQS
Scored across 4 tools
Each tool has a distinct purpose: HTML to PDF, Markdown to PDF, invoice generation, and report generation. No two tools overlap in function, so an agent can clearly select the right tool based on input format or document type.
All tool names use lowercase with underscores and end with '_pdf'. While there are two patterns ('X_to_pdf' and 'X_pdf'), they are both clear and follow a predictable structure, so the overall convention is consistent.
With 4 tools, the set is well-scoped for a PDF generation server. Each tool covers a specific need without bloat, staying well within the ideal range for a focused service.
The server covers common PDF generation tasks: two conversion formats and two document types. Minor gaps like generic text-to-PDF or PDF manipulation exist, but the core workflows are well represented for its stated purpose.
Available Tools
4 toolshtml_to_pdfAInspect
Convierte HTML a PDF. Retorna base64. Cuesta 5 créditos.
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | HTML completo a convertir | |
| options | No | Opciones: landscape, margin |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses the base64 return format and the 5-credit cost, which are important behavioral traits. It stops short of explaining side effects or failure modes, but for a conversion tool these are less critical.
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 and front-loaded with the action. Every word earns its place, covering purpose, output, and cost without any 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?
For a simple tool with 2 parameters and no output schema, the description covers the essentials: purpose, return format, and cost. It does not elaborate on options specifics, but the schema covers that. Overall, it is adequately 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%, so the baseline is 3. The description adds no extra meaning about the parameters beyond what the schema already provides for 'html' and 'options'.
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 'Convierte HTML a PDF' uses a specific verb (convierte) and resource (HTML a PDF), clearly distinguishing it from sibling tools like markdown_to_pdf. The purpose is immediately evident.
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 guidance is provided on when to use this tool versus alternatives. It simply states what it does without mentioning any use cases, exclusions, or comparisons to sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
invoice_pdfBInspect
Genera una factura profesional en PDF. Cuesta 8 créditos.
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Items: [{description, quantity, price}] | |
| notes | No | Notas adicionales (opcional) | |
| client | No | Datos del cliente: name, email, address | |
| company | No | Datos de tu empresa: name, address | |
| due_date | No | Fecha de vencimiento (opcional) | |
| invoice_number | No | Número de factura |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description carries the full burden of behavioral disclosure. It mentions 'Cuesta 8 créditos' (costs 8 credits), which is a behavioral trait, but it does not explain the return value (e.g., file path, URL), whether the PDF is saved, or any side effects. This leaves significant unknowns for the agent.
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 consists of two short sentences, front-loaded with the primary action. It is highly concise with no redundant wording or filler, making it easy to parse quickly.
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 6 parameters including nested objects and no output schema. The description does not explain what the agent receives after generation (e.g., a download link or file reference) or any prerequisites for using the tool. It is too sparse for a tool that charges credits and has significant 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 description coverage is 100%, as every parameter has an inline description in the schema. The description adds no additional parameter detail, but the baseline of 3 is appropriate when the schema fully documents 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 generates a professional invoice PDF, using the specific term 'factura' which distinguishes it from sibling tools like html_to_pdf and markdown_to_pdf. The verb 'Genera' and resource 'factura en PDF' precisely define the action and output.
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 usage guidance is provided; the description only states what the tool does. The cost mention implies a paid service, but it does not contrast with alternatives or specify when to choose this over other PDF tools. Usage context is implied but not articulated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
markdown_to_pdfAInspect
Convierte Markdown a PDF. Retorna base64. Cuesta 5 créditos.
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Título del documento (opcional) | |
| markdown | Yes | Contenido en Markdown |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Without annotations, the description carries the burden of disclosing behavior. It adds two key traits: return format ('Retorna base64') and cost ('Cuesta 5 créditos'). This goes beyond the schema, though it omits potential errors, size limits, or side effects.
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 short sentences, each providing distinct and valuable information: purpose, return format, and cost. It is front-loaded and contains no 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 a simple two-parameter tool, a 100% schema description coverage, and no output schema, the description is sufficient. It covers the core behavior and return format. It could mention parameter usage or limitations, but the schema handles parameters adequately.
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% (both title and markdown have descriptions), so the baseline is 3. The description does not add additional parameter meaning beyond the schema, but it doesn't need 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 clearly states a specific verb and resource: 'Convierte Markdown a PDF' (Converts Markdown to PDF). This distinguishes it from siblings (html_to_pdf, invoice_pdf, report_pdf) by specifying the input format (Markdown).
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 Markdown-to-PDF conversion but provides no explicit when-to-use guidance, exclusions, or mention of alternative tools. Users must infer from the input format that this is for Markdown, not HTML, invoices, or reports.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
report_pdfCInspect
Genera un reporte profesional en PDF. Cuesta 10 créditos.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Fecha (opcional) | |
| title | Yes | Título del reporte | |
| author | No | Autor (opcional) | |
| sections | Yes | Secciones: [{title, content}] |
TDQS
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 adds the cost of 10 credits, which is useful, but it does not disclose output format, side effects, permissions, or how the PDF is returned. This is minimal disclosure.
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, consisting of two short sentences, with the main action front-loaded. It earns its place by including the cost detail, though it could be more informative without losing conciseness.
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 no annotations, no output schema, and only a minimal description, the tool lacks critical context such as return behavior, error handling, or how sections are structured. It is incomplete for a tool of this 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 description coverage is 100%, so the baseline is 3. The description adds no extra parameter meaning beyond the schema's own descriptions, so no adjustment is warranted.
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 professional PDF report, which is specific enough to understand the core function. However, it does not differentiate from sibling tools like html_to_pdf or markdown_to_pdf, so it lacks explicit sibling distinction.
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?
There is no guidance on when to use this tool versus alternatives. It doesn't mention any exclusions or comparisons to sibling tools, leaving the agent to infer usage context only from the word 'professional'.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
4 tool updates
- First observed
html_to_pdf - First observed
invoice_pdf - First observed
markdown_to_pdf - First observed
report_pdf
Related MCP Connectors
Send transactional emails for AI agents via SMTP. Templates included.
Transactional email for AI agents: templates, domain verify, and sends.
Email for AI agents: send mail, manage contacts, automations & webhooks. Zero-DNS first send.
Turn HTML or templates into branded invoice & document PDFs from your agent. One call, no install.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to send emails through your SMTP server using Nodemailer. Supports plain text and HTML emails with automatic logging for audit and debugging.7 npmMIT
- AlicenseAqualityBmaintenanceEnables AI agents to send transactional email, authenticate sending domains, track delivery, and diagnose deliverability issues programmatically.13224 npmMIT
- AlicenseNot gradedqualityDmaintenanceA production-ready MCP server that empowers AI agents to securely send emails via SMTP, supporting plain text, HTML, and attachments.MIT
- -licenseCqualityCmaintenanceGives on-the-fly inboxes to AI agents. Agents / LLM's can send, receive, and take action in isolated inboxes. Built for AI unlike Gmail. Check us out at agentmail.to10101-
Glama MCP Gateway
Add one secure layer between your agents and this server.