get_artifacts
Retrieve non-code artifacts like DB schemas, API specs, and CI pipelines from your source code index. Enables discovery of infrastructure and config without reading 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 |
|---|---|---|---|
| limit | No | Max results (default: 200) | |
| query | Yes | Text filter on name/kind/file | |
| category | No | Filter by artifact category (default: all) |