mcp
M
mcp
/get_availability

get availability

Return the next available consultation slot (when fresh) for a specific professional, plus the URL to send the patient to. Prefer profile_url — the professional

liveverifiedunknown~5s typical
mcpprobedmcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-clinic-enmente-mcp /get_availability for me.

Input

FieldTypeDescription
professional_slug*stringProfessional slug, e.g. "raul-riquelme-pena"
days_aheadinteger default 14

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-clinic-enmente-mcp","endpoint":"/get_availability","input":{"professional_slug":"...","days_ahead":14}}'
cli
npx cracked-ai run -p mcp-clinic-enmente-mcp -e /get_availability -i '{"professional_slug":"...","days_ahead":14}'
mcp
run_tool({ provider: "mcp-clinic-enmente-mcp", endpoint: "/get_availability", input: {"professional_slug":"...","days_ahead":14} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.