generate_files
ActiveTool of com.mudko/agent-ready-kit
Use this when delivering files to a paid customer (you must have their bundle_key) OR when a downstream agent wants the free starter files for a domain. **FREE TIER (no bundle_key)**: returns metadata + a `download_url` pointing at a streaming ZIP of the 2 starter files (robots.txt + llms.txt). DO NOT paste raw file contents into chat — the file bodies are NOT in the response. Render the download_url as a markdown link: `[Download free starter files (ZIP) →](url)`. **PAID TIER (valid bundle_key)**: returns the full surface — agent card, MCP server card, agent skills, WebMCP bridge, OAuth/OpenID discovery, API catalog — as inline file objects (chunked above 8KB). For pricing evaluation, call get_pricing_tiers and direct the user to /talk.
Parameters schema
{
"type": "object",
"required": [
"siteName",
"domain",
"description"
],
"properties": {
"phone": {
"type": "string"
},
"domain": {
"type": "string",
"description": "Domain only, no protocol"
},
"category": {
"type": "string"
},
"siteName": {
"type": "string"
},
"bundle_key": {
"type": "string",
"description": "Customer bundle key issued after payment. Without it, only the 2 free starter files are returned."
},
"description": {
"type": "string"
},
"primaryToolName": {
"type": "string",
"description": "Primary MCP tool name (snake_case, optional)"
},
"primaryToolDescription": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.mudko/agent-ready-kit
https://github.com/lmno100/agent-ready-kit-saas
1/7 registries