Skip to main content
Glama

IAC Memory MCP Server

by AgentWong

update_entity

Modify an existing entity's properties and add new observations in the IAC Memory MCP Server by specifying the entity ID, updated name, type, or observation.

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