Get project artifacts
get_project_artifactsSearch project docs like READMEs, ADRs, and runbooks without executing content. Filter by query or directory, redact secrets, and optionally pull bounded, redacted excerpts to support codebase understanding and planning.
Instructions
Discover and search bounded project documentation such as README files, architecture notes, ADRs, specifications, plans, runbooks, security notes, and changelogs without executing or persisting their content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum artifacts returned | |
| query | No | Optional words to search in artifact paths, titles, and content | |
| directory | No | Project directory | . |
| max_files | No | Maximum documentation files to inspect | |
| redact_secrets | No | Redact common inline secrets in returned content | |
| include_content | No | Include bounded redacted document content | |
| max_content_bytes | No | Maximum content bytes per returned artifact |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | Yes | ||
| error | No | ||
| message | No | ||
| success | Yes | ||
| schema_version | Yes |