directory
D
directory
/ask_business

ask business

Ask a specific business's ANOTS agent a question, by slug. The agent answers from that business's own knowledge base and tools (live data, not scraped HTML). Ge

liveverifiedunknown~5s typical
mcpprobeddirectory
$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-com-anots-directory /ask_business for me.

Input

FieldTypeDescription
slug*stringThe business slug (e.g. "gyibb")
question*stringThe question to ask that business agent

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-com-anots-directory","endpoint":"/ask_business","input":{"slug":"...","question":"..."}}'
cli
npx cracked-ai run -p mcp-com-anots-directory -e /ask_business -i '{"slug":"...","question":"..."}'
mcp
run_tool({ provider: "mcp-com-anots-directory", endpoint: "/ask_business", input: {"slug":"...","question":"..."} })

Try it

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