list_party_projects
Lists projects associated with a specific party. Supports optional embedding of related fields like tags and opportunities.
Instructions
List projects linked to a given party. Returns the same record shape as get_project, filtered to one party — use this to answer 'what projects is X involved in?' without enumerating all projects. Accepts optional embed (e.g. 'tags,fields'). For the opportunity-side analogue, use list_party_opportunities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| embed | No | Comma-separated embeds. Valid tokens: tags, fields, party, opportunity, missingImportantFields. | |
| partyId | No | ||
| perPage | No |