get_artifacts
Retrieve infrastructure and configuration artifacts from the index, including database schemas, API specs, and CI pipelines, without reading source files.
Instructions
Surface non-code knowledge from the index: DB schemas (migrations, ORM models), API specs (routes, OpenAPI endpoints), infrastructure (docker-compose services, K8s resources), CI pipelines (jobs, stages), and config (env vars). All data from the existing index — no extra I/O. Use to discover infrastructure and config artifacts without reading files. Read-only. Returns JSON: { artifacts: [{ category, kind, name, file }], total }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Filter by artifact category (default: all) | |
| query | Yes | Text filter on name/kind/file | |
| limit | No | Max results (default: 200) |