Skip to main content
Glama

memify_candidates

Identifies knowledge graph maintenance candidates: co-occurring entities without relations, near-duplicate names, and stale summaries. Use to review and apply data upkeep.

Instructions

Maintenance proposals: cross_connect (co-occurring entities without a relation), consolidate (near-duplicate names), stale_summaries (global-context buckets needing a summary).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYes
limitNo
datasetNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.0

TDQS

B3.4/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of disclosing whether this is a read-only listing and what the returned candidates look like. It only defines proposal kinds and does not state side effects, result format, pagination behavior, or failure modes.

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?

A single sentence presents the main category and then each proposal kind with a short parenthetical. There is no filler, redundancy, or unnecessary detail.

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

Completeness3/5

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

The core invocation requirement—selecting a valid 'kind'—is covered, so an agent can likely call the tool. However, the absence of an output schema and annotations means the description should at least indicate what the returned proposals contain or how to act on them, and it does not.

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

Parameters4/5

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

The description adds critical semantics for the required 'kind' parameter by listing valid values and their meanings, which is especially valuable because the schema has no enum or parameter descriptions. It does not mention 'limit' or 'dataset', but those are optional and reasonably inferable from their names and defaults.

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 identifies the domain ('Maintenance proposals') and enumerates the three proposal kinds, enabling an agent to understand what resource this tool deals with. It lacks an explicit verb such as 'returns' or 'lists', so the action is partly inferred from the tool name rather than stated.

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

Usage Guidelines3/5

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

The parenthetical definitions provide implicit selection criteria: cross_connect for co-occurring entities without a relation, consolidate for near-duplicate names, and stale_summaries for buckets needing a summary. However, there is no explicit guidance about when to use this tool versus alternatives like contradiction_candidates or cross_connect.

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

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/AndrewNgo-ini/mnemoth'

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