Skip to main content
Glama

sourcesage

add_entity_observation

Enhance entity records by appending observations in SourceSage MCP server. Input entity name and observation to dynamically update and store contextual data for efficient retrieval and analysis.

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