You're viewing a demo portfolio

Join the waitlist
PRSM

get_customer_files

Active

Tool of com.mudko/agent-ready-kit

declared in 0.1.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

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
View full server →
get_customer_files — com.mudko/agent-ready-kit — PRSM MCP