Skip to main content
Glama
danielsimonjr

Enhanced Knowledge Graph Memory Server

remove_project_glossary_term

Delete a glossary term from a project's knowledge graph. Returns true if the term was found and removed.

Instructions

v2.1.0 — Remove a glossary entry by term. Returns true if found.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
termYes
projectIdYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations exist, so the description must disclose behavioral traits. It only says 'Returns true if found,' leaving ambiguity about what happens on failure (e.g., false or error?), destructive side effects, idempotency, or permission requirements. A deletion tool requires more transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short and gets to the point. The version prefix 'v2.1.0 —' is unnecessary noise, but the core sentence is clear and efficient. Could be improved by removing the version.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a deletion tool with two required parameters and no annotations, the description lacks completeness. It does not explain error scenarios, side effects, or whether the operation is reversible. Given the simplicity, more context would be expected for safe invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description should explain the parameters. It mentions 'by term' but does not define 'term' or 'projectId.' The schema shows two required strings, but the description adds no meaning beyond the raw field names.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Remove') and resource ('glossary entry'), and specifies the return value ('true if found'). However, it does not differentiate from sibling tools like remove_project_fact or remove_project_convention, which are similar in nature.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

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 (e.g., append_project_glossary_term for adding, or remove_project_fact for facts). There are no prerequisites, exclusions, or context for appropriate use.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/danielsimonjr/memory-mcp'

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