Skip to main content
Glama
danielsimonjr

Enhanced Knowledge Graph Memory Server

check_exclusion

Test content against active forward-blocking rules. Returns whether blocked, with rule ID and reason.

Instructions

v2.1.0 — Check whether content would be blocked by any active forward-blocking rule. Returns {blocked, ruleId?, reason?}. Past-only rules are skipped.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesContent to test.
entityTypeNoOptional entityType — narrows entityType-scoped rules.
Behavior4/5

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

No annotations exist, so the description carries full burden. It discloses the return format ({blocked, ruleId?, reason?}) and the filtering of past-only rules. It does not detail permissions, error handling, or side effects, but the core behavior is transparent.

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

Conciseness5/5

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

Two sentences with no waste: first sentence gives version, action, resource; second gives return shape and a key behavioral note. Front-loaded and efficient.

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

Completeness4/5

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

Given no output schema, the description includes the return structure. It covers the main behavior (checking forward-blocking rules, skipping past-only). Minor gaps like error conditions could be added, but it is sufficient for a straightforward check tool.

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

Parameters3/5

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

Schema coverage is 100%, so baseline is 3. The description does not add additional parameter details beyond the schema's own descriptions ('Content to test', 'Optional entityType'), but the context of 'forward-blocking rule' and past-only rules provides some extra meaning, keeping the score at 3.

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

Purpose5/5

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

The description clearly states the action 'Check whether content would be blocked', specifies the resource ('any active forward-blocking rule'), and distinguishes from siblings like add_exclusion_rule (adds rules) and list_exclusion_rules (lists rules). The return shape is also given.

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

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage when wanting to test content against forward-blocking rules and notes that past-only rules are skipped. It provides context but does not explicitly state when not to use or mention alternatives, though the sibling tools make this clear.

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