get_customer_files
ActiveTool of com.mudko/agent-ready-kit
Use this when an agent needs to hand a downloadable ZIP to its end user. PAYWALL: without a valid bundle_key, the ZIP contains only the two free starter files plus a teaser README pointing to /talk. With a valid bundle_key, the ZIP contains the full surface plus the deploy README. ZIP is base64-encoded in the response — agents decode and offer as a download.
Parameters schema
{
"type": "object",
"required": [
"domain"
],
"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 packaged."
},
"description": {
"type": "string"
},
"primaryToolName": {
"type": "string"
},
"primaryToolDescription": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
com.mudko/agent-ready-kit
https://github.com/lmno100/agent-ready-kit-saas
1/7 registries