get_artifacts
Retrieve indexed project artifacts like database schemas, API specs, infrastructure definitions, CI pipelines, and configuration files from the trace-mcp server's existing knowledge base.
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Filter by artifact category (default: all) | |
| query | No | Text filter on name/kind/file | |
| limit | No | Max results (default: 200) |