corpus_info
Retrieve metadata about the issue corpus, including date range and coverage, to assess whether search results are complete or limited by the ingested data.
Instructions
Describe what this server is serving: corpus coverage, model, and measured quality.
Call this before relying on the other tools -- it says what date range the corpus covers, so you can tell whether a "no duplicates found" answer means "none exist" or "none within the ingested window".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | ||
| repos | Yes | ||
| created_to | Yes | ||
| corpus_size | Yes | ||
| created_from | Yes | ||
| embedding_model | Yes | ||
| embedding_backend | Yes | ||
| classifier_classes | Yes | ||
| classifier_source_run | Yes | ||
| classifier_measured_accuracy | Yes | ||
| classifier_measured_macro_f1 | Yes |