get_repository_by_id
Retrieve detailed information about a specific evidence repository using its unique ID.
Instructions
Get detailed information about a specific evidence repository by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The ID of the repository to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "The ID of the repository to retrieve",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}