Skip to main content
Glama

sourcesage

add_entity_observation

Enable dynamic updates by appending observations to entities within a codebase, enhancing context retention and retrieval in the SourceSage MCP server.

Instructions

Add an observation to an entity.

Args: entity_name: Name of the entity observation: Observation to add

Input Schema

NameRequiredDescriptionDefault
entity_nameYes
observationYes

Input Schema (JSON Schema)

{ "properties": { "entity_name": { "title": "Entity Name", "type": "string" }, "observation": { "title": "Observation", "type": "string" } }, "required": [ "entity_name", "observation" ], "title": "add_entity_observationArguments", "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/sarathsp06/sourcesage'

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