C
clariBI
/generate_report
generate report
Create a new generated report in your clariBI organization. Returns the report id you can poll via get_report, plus a download URL once status reaches "complete
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 /generate_report for me.
Input
| Field | Type | Description |
|---|---|---|
| title* | string | Display title for the generated report. |
| template_id | string | Optional registry ID of the marketplace template to render. If omitted, an empty report sh |
| output_format | string (json | pdf | html | excel | csv) | Output format. Must match one of ``GeneratedReport.OUTPUT_FORMATS``. default "pdf" |
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":"/generate_report","input":{"title":"...","output_format":"pdf"}}'cli
npx cracked-ai run -p mcp-com-claribi-mcp-server -e /generate_report -i '{"title":"...","output_format":"pdf"}'mcp
run_tool({ provider: "mcp-com-claribi-mcp-server", endpoint: "/generate_report", input: {"title":"...","output_format":"pdf"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.