get_view
Fetch a specific saved view from a project by providing the project ID and view ID to access its details directly.
Instructions
Get a specific saved view. This requests project_id and view_id as uuid parameters. If you do not have the view_id, use the list_project_views tool to find it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_id | Yes | The uuid identifier of the view to get | |
| project_id | Yes | The uuid identifier of the project containing the view |