concept_get
Retrieve a specific concept by its unique ID from the Kratos-MCP memory system, enabling AI coding tools to access stored code snippets, comments, and runtime traces efficiently.
Instructions
Get a specific concept by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Concept ID |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Concept ID",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}