get_project_context
Retrieve a project's context including name, URLs, brand guidelines, and settings. Use to inspect project details without making any changes or network requests.
Instructions
Read-only lookup of a project's context (name, URLs, brand context, autoCritique flag, traceability settings). Use this whenever you only need to inspect — never mutates, never touches the network. The Pincushion AI critic subagent calls this before generating any pin, since configure_project would otherwise upsert the project, sync to cloud, and create a deploy hook on a typo'd project name. Pass projectId for an exact lookup, name to look up by display name, or no arguments to list all projects in this workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional project display name. Returns the matching project if found, or `availableProjects` if not. | |
| projectId | No | Optional exact project ID. Mutually exclusive with `name`. |