get_workspace_schema
Retrieve the structure of your Attio workspace, including objects and lists, with options for summary or detailed field information.
Instructions
Get Attio workspace schema. Default returns summary with key fields and select options. Use scope="full" for all fields, or scope="object"/"list" for specific items with all fields.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | What to retrieve: "summary" (default - key fields only), "full" (all fields), "object" (one object with all fields), "list" (one list with all fields) | summary |
| object_slug | No | Object slug (required if scope="object"). Examples: companies, people, funds, investment_opportunities, lp_opportunities | |
| list_slug | No | List slug (required if scope="list") | |
| force_reload | No | Bypass cache and fetch fresh schema from Attio API (default: false) |