search_project_artifacts
Search across project artifact files with a plain-text query. Returns file paths, section names, and matching content excerpts.
Instructions
[ARTIFACT TOOLS] Full-text search across all artifact files in a project, matching against file content and returning files and sections that contain the query string.
Query is plain text — no special syntax required. Case-insensitive. For semantic / meaning-based search, use semantic_search instead. Do NOT use this to list files — call list_project_artifacts instead. Do NOT use this for source code — call search_code_skeletons instead.
Returns: list of match objects — each with path, matched section name, and a short excerpt of the matched content with surrounding context. Raises: 404 if the project does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search text | |
| project | Yes | Project name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |