AT
Agent Traffic Lab
/atl_decide
atl decide
Find the right tool, MCP server, or provider to execute a task. Call this when you need a tool for a task, need to find a provider, need to choose an MCP server
liveverifiedunknown~5s typical
mcpprobedagenttrafficlab
$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-agenttrafficlab-atl /atl_decide for me.
Input
| Field | Type | Description |
|---|---|---|
| task* | string | Natural-language task. ATL infers the required capability when possible. |
| required_capability | string | Capability the selected provider must support. |
| desired_outcome | string | Optional result the caller wants from the task. |
| constraints | object | Optional hard requirements the selected provider must meet. |
| preferences | object | Optional trade-offs such as cost, latency, or reliability. |
| auth_available | boolean | Whether the caller can authenticate to the selected provider. |
| max_retries | integer | Optional maximum retries allowed for the decision request. |
| timeout_ms | integer | Optional time limit for the decision request in milliseconds. |
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-agenttrafficlab-atl","endpoint":"/atl_decide","input":{"task":"..."}}'cli
npx cracked-ai run -p mcp-com-agenttrafficlab-atl -e /atl_decide -i '{"task":"..."}'mcp
run_tool({ provider: "mcp-com-agenttrafficlab-atl", endpoint: "/atl_decide", input: {"task":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.