Get project artifact catalog
get_project_catalogRetrieve your project's isolated artifact catalog to access key documents like readmes and architecture specs, including redacted live excerpts, for understanding repository context.
Instructions
Read the bounded, project-isolated local artifact catalog created by refresh_project_catalog, optionally including redacted live document excerpts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| limit | No | ||
| query | No | ||
| scope | No | Local catalog namespace isolated inside this project | project |
| cursor | No | ||
| directory | No | Project directory | . |
| search_mode | No | Use weighted phrase/field matching or simple lexical matching | hybrid |
| redact_secrets | No | ||
| include_content | No | ||
| max_content_bytes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | Yes | ||
| error | No | ||
| message | No | ||
| success | Yes | ||
| schema_version | Yes |