Get Project
get_projectRetrieve a specific project by name or list all accessible projects. Omit the name to discover available project IDs and names before making project-scoped calls.
Instructions
Retrieve one project by name or list accessible projects.
Name matching is case-insensitive. An exact match is preferred; an
unambiguous partial match is accepted. Omit name to discover the
available project IDs and names before making project-scoped calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Project name to resolve. Omit it to list all projects available to the authenticated user. | |
| output_format | No | Output format: 'json' (default) or 'plain'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| abbr | No | Project abbreviation. | |
| name | No | ||
| items | No | Entity-specific collection entries. | |
| total | No | ||
| is_public | No | Whether the project is publicly visible. | |
| description | No |