Get project context
get_project_contextBuild a bounded local onboarding profile of a project's type, languages, frameworks, manifests, scripts, entrypoints, tests, configuration, documentation, and path aliases without executing any commands.
Instructions
Build a bounded local onboarding profile: project type, languages, frameworks, manifests, scripts, workspaces, entrypoints, tests, configuration, documentation, and path aliases. It never executes project commands.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | No | Project directory | . |
| max_files | No | Maximum source files to inspect | |
| max_manifests | No | Maximum project manifests to inspect | |
| redact_secrets | No | Redact common inline secrets in returned commands | |
| include_scripts | No | Include package scripts, without executing them |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | Yes | ||
| error | No | ||
| message | No | ||
| success | Yes | ||
| schema_version | Yes |