C
clariBI
/list_dashboards
list dashboards
List dashboards in your clariBI organization. Returns id, name, status, last refresh, and a URL you can open in a browser.
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_dashboards for me.
Input
| Field | Type | Description |
|---|---|---|
| limit | integer | Page size (1–100). default 20 |
| offset | integer | Row offset for pagination. default 0 |
| search | string | Optional substring match against dashboard name. |
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_dashboards","input":{"limit":20,"offset":0}}'cli
npx cracked-ai run -p mcp-com-claribi-mcp-server -e /list_dashboards -i '{"limit":20,"offset":0}'mcp
run_tool({ provider: "mcp-com-claribi-mcp-server", endpoint: "/list_dashboards", input: {"limit":20,"offset":0} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.