get_project
Retrieves a Symbols project's current data, including components, pages, design system, and state. Use it to inspect existing project contents before making changes.
Instructions
Get a Symbols project's current data (components, pages, designSystem, state).
Use this to inspect what's already in a project before saving changes.
Args: project: Project key (pr_xxxx) or project ID. token: JWT access token from login. api_key: API key (sk_live_...) from project integration settings. branch: Branch to read from (default: "main").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | ||
| branch | No | main | |
| api_key | No | ||
| project | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |