List Projects
list_projectsList all projects in the active organization. Use this to browse projects or find a project id; for one project in full use get_project. Requires organization context (call set_context first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of projects to skip (for pagination, default 0) | |
| take | No | Number of projects to return (default 50, max 100) |