RideDesk Developer Docs
RD
RideDesk Developer Docs
/search_docs

Search the documentation

Keyword search across all documentation topics. Returns matching sections with excerpts; follow up with get_doc for the full topic.

liveverifiedunknown~5s typical
mcpprobedridedeskdeveloperdocs
$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-app-ridedesk-docs /search_docs for me.

Input

FieldTypeDescription
query*stringKeywords, an endpoint path, or a field name (e.g. "quote_ref", "apple pay", "/api/enquirie
hoststringThe operator's RideDesk domain (e.g. their-workspace.ridedesk.app or a custom domain). Opt

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-app-ridedesk-docs","endpoint":"/search_docs","input":{"query":"..."}}'
cli
npx cracked-ai run -p mcp-app-ridedesk-docs -e /search_docs -i '{"query":"..."}'
mcp
run_tool({ provider: "mcp-app-ridedesk-docs", endpoint: "/search_docs", input: {"query":"..."} })

Try it

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