add_observations
Add new observations to existing entities in a knowledge graph to enrich data.
Instructions
Add new observations to existing entities in the knowledge graph
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| observations | Yes |
Add new observations to existing entities in a knowledge graph to enrich data.
Add new observations to existing entities in the knowledge graph
| Name | Required | Description | Default |
|---|---|---|---|
| observations | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must fully disclose behavior. It only states that observations are added to existing entities, but fails to explain what happens if the entity doesn't exist, whether observations are appended or overwritten, idempotency, limits, or side effects.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, concise sentence that is front-loaded with the verb and resource. However, it lacks any structural elements like bullet points or additional context that could improve scannability.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has one complex parameter (nested array) and no output schema or annotations. The description does not cover error handling, return values, or constraints on input data, making it insufficient for an agent to invoke correctly without additional knowledge.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% (according to context), and the description does not compensate by explaining any parameters. It does not mention entityName, contents, or the structure of the input, leaving the agent to rely solely on the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'add' and the resource 'observations to existing entities', distinguishing it from sibling tools like create_entities (which creates new entities) and delete_observations (which removes them).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives, such as using create_entities to add new entities first, or using delete_observations to remove observations. No context, exclusions, or prerequisites are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/HefnySco/agent_mcp_notes'
If you have feedback or need assistance with the MCP directory API, please join our Discord server