Skip to main content

list_contracts

List contracts for a project. Use includes to embed extracted sub-resource data inline.
ParameterTypeRequiredDefaultDescription
projectIdUUIDYes-Project ID
pageintegerNo1Page number
perPageintegerNo20Items per page (1–100)
includesstring[]No-Sub-resources to include
Valid includes: entities, artists, writers, royalties, splits, costs, compensations, dates, accounting-periods, types, signatures, control-areas, creative-approvals, balances, recordings, compositions, relations Sample prompt: “List all contracts with their royalty terms”

get_contract

Get a contract by ID with optional sub-resource includes.
ParameterTypeRequiredDefaultDescription
contractIdstringYes-Contract ID
projectIdUUIDYes-Project ID
includesstring[]No-Sub-resources to include (same list as above)
Sample prompt: “Get contract abc-123 with entities and dates”