Skip to main content
Glama

IAC Memory MCP Server

by AgentWong

update_entity

Modify an entity's properties and add observations in the IAC Memory MCP Server to update infrastructure-as-code metadata efficiently.

Instructions

Update an existing entity's properties and add new observations

Input Schema

NameRequiredDescriptionDefault
idYesEntity ID
nameNoNew name
observationNoNew observation
typeNoNew type

Input Schema (JSON Schema)

{ "description": "Update an existing entity's properties and add new observations", "properties": { "id": { "description": "Entity ID", "type": "string" }, "name": { "description": "New name", "type": "string" }, "observation": { "description": "New observation", "type": "string" }, "type": { "description": "New type", "type": "string" } }, "required": [ "id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AgentWong/iac-memory-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server