M
mcp-server
/list_data
List data specs or jobs
List either the data specs (parsing + mapping rule sets, resource: "specs") or the data processing jobs (executions of a spec, resource: "jobs") defined in a wo
liveunknown~5s typical
mcpmcp-server
$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-dpf-it-mcp-server /list_data for me.
Input
| Field | Type | Description |
|---|---|---|
| workspaceId | string | Workspace to act on. Defaults to your only workspace if you have exactly one. |
| resource* | string (specs | jobs) | Which kind of resource to list |
| pageSize | integer | Records per page (default 25). |
| cursor | string | Opaque `nextCursor` from a prior page (omit for the first page). |
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-dpf-it-mcp-server","endpoint":"/list_data","input":{"resource":"specs"}}'cli
npx cracked-ai run -p mcp-com-dpf-it-mcp-server -e /list_data -i '{"resource":"specs"}'mcp
run_tool({ provider: "mcp-com-dpf-it-mcp-server", endpoint: "/list_data", input: {"resource":"specs"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.