2
2ools
/list_approval_requests
List 2ools approval requests
List exact saved versions waiting for a separately delegated reviewer. Returns project/version identity and attribution, never generated source.
liveunknown~5s typical
mcp2ools
$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-2ools-mcp /list_approval_requests for me.
Input
| Field | Type | Description |
|---|---|---|
| status | string (pending | approved | rejected | all) | Review-request status to return. default "pending" |
| limit | integer | Maximum approval requests to return. default 20 |
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-2ools-mcp","endpoint":"/list_approval_requests","input":{"status":"pending","limit":20}}'cli
npx cracked-ai run -p mcp-app-2ools-mcp -e /list_approval_requests -i '{"status":"pending","limit":20}'mcp
run_tool({ provider: "mcp-app-2ools-mcp", endpoint: "/list_approval_requests", input: {"status":"pending","limit":20} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.