view_relationships
Retrieve all relationships and observations for a specific entity in the IAC Memory MCP Server to analyze and manage Infrastructure-as-Code data effectively.
Instructions
Retrieve all relationships and observations for a specific entity
Input Schema
Name | Required | Description | Default |
---|---|---|---|
entity_id | Yes | Entity ID |
Input Schema (JSON Schema)
{
"description": "Retrieve all relationships and observations for a specific entity",
"properties": {
"entity_id": {
"description": "Entity ID",
"type": "string"
}
},
"required": [
"entity_id"
],
"type": "object"
}