C
clariBI
/list_reports
list reports
List generated reports in your clariBI organization. Returns id, title, status, output format, and download URL.
liveunknown~5s typical
mcpclaribi
$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-claribi-mcp-server /list_reports for me.
Input
| Field | Type | Description |
|---|---|---|
| limit | integer | Page size (1-100). default 20 |
| offset | integer | Row offset for pagination. default 0 |
| status | string | Filter by status (pending, generating, completed, failed, cancelled). |
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-claribi-mcp-server","endpoint":"/list_reports","input":{"limit":20,"offset":0}}'cli
npx cracked-ai run -p mcp-com-claribi-mcp-server -e /list_reports -i '{"limit":20,"offset":0}'mcp
run_tool({ provider: "mcp-com-claribi-mcp-server", endpoint: "/list_reports", input: {"limit":20,"offset":0} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.