BA
Bills API
/api/v1/BillTypes
Returns a list of Bill types.
Returns a list of Bill types.
liveunknown~3s typical
billtypesbills
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-parliament-uk-bills /api/v1/BillTypes for me.
Input
| Field | Type | Description |
|---|---|---|
| Category | string | default null |
| Skip | integer | default null |
| Take | integer | default null |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"oa-parliament-uk-bills","endpoint":"/api/v1/BillTypes","input":{"Category":"...","Skip":1,"Take":1}}'cli
npx cracked-ai run -p oa-parliament-uk-bills -e /api/v1/BillTypes -i '{"Category":"...","Skip":1,"Take":1}'mcp
run_tool({ provider: "oa-parliament-uk-bills", endpoint: "/api/v1/BillTypes", input: {"Category":"...","Skip":1,"Take":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.