clariBI
C
clariBI
/list_data_sources

list data sources

List the data sources connected to your clariBI organization. Returns id, name, source_type, status, last sync time, and the number of rows (when known).

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_data_sources for me.

Input

FieldTypeDescription
limitintegerPage size (1-100). default 50
offsetintegerRow offset for pagination. default 0
source_typestringFilter by source_type (csv, postgresql, google_ads, meta_ads, jira, mcp, …).

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_data_sources","input":{"limit":50,"offset":0}}'
cli
npx cracked-ai run -p mcp-com-claribi-mcp-server -e /list_data_sources -i '{"limit":50,"offset":0}'
mcp
run_tool({ provider: "mcp-com-claribi-mcp-server", endpoint: "/list_data_sources", input: {"limit":50,"offset":0} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.