Skip to main content
Glama

MCP Think Tank

by flight505

add_observations

Enhance knowledge graph entities by adding new observations to their data, enabling structured updates for improved reasoning and analysis in the MCP Think Tank server.

Instructions

Add new observations to existing entities in the knowledge graph

Input Schema

NameRequiredDescriptionDefault
observationsYesArray of entity observations to add

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "observations": { "description": "Array of entity observations to add", "items": { "additionalProperties": false, "properties": { "contents": { "description": "Observations to add to the entity", "items": { "type": "string" }, "type": "array" }, "entityName": { "description": "Name of the entity to add observations to", "minLength": 1, "type": "string" } }, "required": [ "entityName", "contents" ], "type": "object" }, "type": "array" } }, "required": [ "observations" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Think Tank

Related Tools

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/flight505/mcp-think-tank'

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