Skip to main content
Glama

Server Quality Checklist

75%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v1.0.0

  • Disambiguation3/5

    Several tools overlap in purpose, especially the diagnostic/status group (status, reconnect, hook_settings, memories_filed_away, graph_stats, kg_stats) and tunnel navigation (traverse, follow_tunnels, find_tunnels). Descriptions help clarify, but the boundaries are not always obvious.

    Naming Consistency2/5

    The consistent 'mempalace_' prefix is undermined by a mix of naming schemes: verb_noun (add_drawer), noun_verb (diary_write), single verbs (traverse, sync), and noun_noun (kg_stats, graph_stats). This makes it hard to predict the pattern for new tools.

    Tool Count2/5

    With 34 tools, the server is on the heavy side. While the coverage is broad, many diagnostic/status tools (status, reconnect, hook_settings, memories_filed_away) could be consolidated, making the set feel oversized.

    Completeness4/5

    The core domains have solid lifecycle coverage: drawers support CRUD + search, diary has write/read/search/reindex, knowledge graph has add/query/invalidate/timeline, and tunnels have create/delete/list/follow. Minor gaps exist (e.g., no explicit wing/room management, unsupported sync), but most workflows are covered.

  • Average 4/5 across 34 of 34 tools scored. Lowest: 3.4/5.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 18 commits in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI is passing
  • This repository is licensed under MIT License.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • This repository includes a glama.json configuration file.

  • This server has been verified by its author.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior3/5

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

    Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, so the description need not repeat that. It adds the tenant-scoping constraint, which is useful, but does not disclose what types of statistics are returned or any potential performance implications. With annotations covering safety, a score of 3 is appropriate.

    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?

    The description is a single, clear sentence that is front-loaded and wastes no words. It is appropriately concise for a zero-parameter tool.

    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?

    While the output schema exists and annotations cover safety, the description is thin for a tool in a large sibling list. It does not clarify what 'statistics' includes or how it differs from mempalace_graph_stats, so the context is only minimally complete.

    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 tool has 0 parameters, so the baseline is 4. The description does not need to add parameter details, and the empty schema is fully covered.

    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 uses a specific verb 'Return' and resource 'knowledge graph statistics' with tenant scoping, clearly stating what the tool does. However, it does not differentiate from the sibling tool mempalace_graph_stats, which likely provides similar statistics, so it loses a point for missing sibling distinction.

    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?

    No guidance is provided on when to use this tool versus alternatives like mempalace_graph_stats or mempalace_kg_query. The only hint is 'tenant-scoped', which implies a context but does not explicitly state exclusions or alternatives.

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

  • Behavior3/5

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

    Annotations already indicate this is a write, non-idempotent, non-destructive operation. The description adds no additional behavioral detail such as duplicate handling, validation of endpoints, or required permissions. It introduces the 'explicit tenant-scoped' qualifier, but that's more about the tunnel's scope than tool behavior.

    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?

    Single sentence, front-loaded with the verb, no unnecessary words. Ideal.

    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 description covers the core action but omits context about endpoint validation, duplicate tunnels, or optional drawer anchoring. Given the output schema and annotations exist, this is adequate but not comprehensive.

    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% with descriptive comments for each parameter. The description's mention of 'two wing/room locations' aligns with the source/target parameters but adds no syntax or format details beyond the schema.

    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 (create) and the resource (explicit tenant-scoped tunnel), specifying it connects two wing/room locations. This distinguishes it from sibling tunnel operations like list/find/delete.

    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?

    No usage guidance is provided. The description does not indicate when to use this tool versus alternatives, nor mention any prerequisites or exclusions.

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

  • Behavior3/5

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

    Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is clear. The description adds 'tenant-scoped' and 'passive tunnels' but does not explain what these terms mean or describe behavior when parameters are omitted (e.g., what happens if neither wing_a nor wing_b is provided). It doesn't contradict annotations but adds limited behavioral context beyond them.

    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?

    The description is a single, focused sentence that front-loads the verb and resource. Every word contributes to the purpose, and there is no redundancy or filler. It is appropriately sized for the tool's apparent simplicity.

    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 description is quite terse and lacks context about what 'passive tunnels' means and how the optional parameters affect the search (e.g., what happens when both are omitted). Although annotations provide safety info and an output schema exists, the description itself leaves domain-specific terminology unexplained, making it only minimally complete for complex selection decisions.

    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 description coverage is 100%, with both parameters clearly described as 'Optional first wing...' and 'Optional second wing...'. The tool description itself adds no extra meaning about the parameters, so it does not go beyond the schema. A baseline of 3 is appropriate given full schema coverage.

    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 tool's function: finding tenant-scoped cross-wing shared rooms that behave like passive tunnels. It uses a specific verb ('Find') and a specific resource ('cross-wing shared rooms'), and it distinguishes from siblings like list_tunnels and follow_tunnels by focusing on a particular subset of rooms rather than listing or following all tunnels.

    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 such as mempalace_list_tunnels or mempalace_follow_tunnels. There are no mentions of exclusions, prerequisites, or context, leaving the agent to infer usage solely from the tool name and sibling list.

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

  • Behavior3/5

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

    Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description's 'Return statistics' is consistent with these, and adds the 'tenant-scoped' scoping constraint. However, it does not disclose any additional behavioral details such as response format or potential side effects, beyond what annotations provide.

    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?

    The description is a single, front-loaded sentence: 'Return tenant-scoped graph, shared-room, and explicit tunnel statistics.' Every word adds value with no redundancy or filler.

    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?

    With an output schema present and annotations covering safety, the description is sufficient for a no-argument tool. It specifies the scope and categories of statistics. The only minor gap is potential ambiguity around the term 'graph', but overall it is complete for the tool's simplicity.

    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 tool has zero parameters, so there is no parameter schema to describe. Baseline 4 is appropriate because there is nothing for the description to compensate for.

    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 states a clear verb ('Return') and specifies three stat categories: tenant-scoped graph, shared-room, and explicit tunnel statistics. This distinguishes it from sibling tools like mempalace_kg_stats and mempalace_list_tunnels, though the term 'graph' could be ambiguous without more context.

    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?

    No guidance is provided on when to use this tool versus alternatives such as mempalace_kg_stats or mempalace_list_tunnels. The usage context is only implied by the stat categories listed, with no explicit exclusions or alternative references.

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

  • Behavior2/5

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

    Annotations provide no safety hints (all false), so the description must carry the behavioral burden. It only says 'Add' and mentions optional metadata, but does not disclose important behaviors such as how duplicates are handled, whether facts are overwritten, or what constraints apply (e.g., validity intervals).

    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?

    The description is a single, tightly worded sentence that front-loads the core purpose and key optional aspects. Every word adds value, and there is no wasted text.

    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 tool is a simple add operation with an output schema, and the schema covers all parameters. However, the description lacks context about side effects or failure modes, which would be important for a write operation despite the output schema. It is minimally complete but leaves gaps.

    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 description coverage is 100%, so the schema already documents all parameters. The description adds the notion of 'validity and provenance metadata' but does not provide extra detail beyond the schema, which is the baseline for high coverage.

    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 tool adds a tenant-scoped temporal knowledge-graph fact, with a specific verb (Add) and resource. It distinguishes from sibling tools like mempalace_kg_query (query) and mempalace_kg_invalidate (invalidate).

    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 description implies the tool is used when adding a fact, but provides no explicit guidance on when to use it versus alternatives, nor any exclusions or prerequisites. The context is adequately implied but not explicitly stated.

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

  • Behavior3/5

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

    Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is known. The description adds tenant-scoped and configured deployment context, but does not disclose additional behavioral traits such as format of the status, potential delays, or requirements. It falls short of richer disclosure expected when no output schema details are provided.

    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?

    The description is a single, front-loaded sentence that directly states the tool's purpose. Every word earns its place; there is no redundancy or filler. It is appropriately sized for a simple, no-parameter status-returning tool.

    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 the tool's simplicity (0 parameters) and the presence of an output schema plus annotations, the description is mostly complete. It clearly defines what the tool returns, though it could have added a bit more context about what 'write filing status' entails. Overall, it suffices for a straightforward status check.

    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 tool has zero parameters, and the schema coverage is trivially 100%. According to the rubric, a 0-parameter tool earns a baseline 4. The description does not need to explain parameters, and no parameter-specific meaning is missing.

    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 tool 'Return the latest tenant-scoped write filing status for the configured deployment', with a specific verb and resource. It distinguishes itself from likely sibling 'mempalace_status' by focusing on 'write filing status', though it does not explicitly name alternatives.

    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?

    No guidance is provided on when to use this tool versus the numerous sibling tools. It lacks explicit context, exclusions, or mentions of alternatives, leaving the agent to infer usage from the tool name and minimal description.

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

  • Behavior3/5

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

    Annotations already declare destructiveHint=true and readOnlyHint=false, so the deletion behavior is known. The description adds the 'tenant-scoped explicit' scope constraint, but does not disclose additional behavioral aspects such as permanence, cascading effects, or permission requirements. Given the annotations, this is acceptable but not enriched.

    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?

    The description is a single, front-loaded sentence containing exactly the essential action, scope, and identifier method. Every word earns its place with no redundancy or filler.

    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?

    For a simple delete operation with one parameter and an output schema, the description is nearly complete. It covers the action, scope, and target identification. Slightly more context about return values or error conditions could push it to 5, but annotations and output schema already fill most gaps.

    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?

    The input schema fully documents the single parameter tunnel_id with a clear description. The tool description adds no extra semantic detail beyond the schema, so with 100% schema coverage the baseline of 3 is appropriate.

    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 uses the specific verb 'Delete' with the resource 'tenant-scoped explicit tunnel' and the identifier method 'by id'. This clearly distinguishes it from sibling tools like create_tunnel, list_tunnels, and follow_tunnels, and is far from tautological.

    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 explicit guidance on when to use this tool versus alternatives. While the qualifier 'tenant-scoped explicit' hints at a particular subtype of tunnel, it does not state a preferred context or mention any alternative (e.g., for implicit tunnels or other delete operations).

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

  • Behavior3/5

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

    Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering the safety profile. The description adds useful context about tenant-scoping and temporal validity, which is not present in the annotations. However, it does not disclose any additional behavioral nuances, such as result limits or handling of missing timestamps, so the description contributes modest extra value beyond annotations.

    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?

    The description is a single, well-structured sentence that is front-loaded with the core purpose and packs in all key qualifiers (tenant-scoped, temporal, optional time/direction). No filler or redundant phrases; every word earns its place.

    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?

    For a read-only query tool with three well-documented parameters, output schema, and safety annotations, the description is largely sufficient. It captures the essential scope and optionality. The lack of explicit alternative guidance is a minor gap, but not critical for understanding what the tool does; the output schema covers return value expectations.

    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?

    The input schema provides full descriptions for all three parameters, with 100% coverage. The description's mention of 'optional point in time and direction' aligns with the schema but does not add any extra meaning beyond what the parameter descriptions already state. Thus, the schema does the heavy lifting, and the description adds no distinct value for parameter understanding.

    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 tool's function: querying tenant-scoped temporal knowledge-graph facts for an entity, with optional time and direction parameters. It uses a specific verb and resource, and the temporal/tenant-scoped aspect distinguishes it from other KG tools like add/invalidate. However, it does not explicitly differentiate from similar query tools such as mempalace_kg_check or mempalace_traverse.

    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 description implies the tool is used when needing temporal facts about an entity, but it does not provide explicit guidance on when to prefer this tool over alternatives. With a large set of sibling tools (e.g., mempalace_kg_timeline, mempalace_traverse, mempalace_search), the lack of contrast leaves the agent to infer usage solely from the tool's name and semantic description.

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

  • Behavior3/5

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

    Annotations already declare the tool as read-only, idempotent, and non-destructive, so the safety profile is covered. The description adds context about 'tenant-scoped' and 'explicit' tunnels, but stops short of describing return behavior, pagination, or other nuances. This aligns with the baseline for well-annotated tools.

    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?

    The description is one concise sentence that front-loads the action and resource, providing all necessary information without any filler. Every word earns its place.

    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 the tool's simplicity (one optional parameter, output schema present, rich annotations), the description is largely complete. It clearly states the operation and the optional filter. The main gap is lack of differentiation from sibling tunnel tools, but that is partially mitigated by the qualifiers 'tenant-scoped' and 'explicit.'

    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?

    The single parameter 'wing' is fully described in the schema with 'Optional wing filter for either endpoint of listed tunnels.' The description adds no additional meaning beyond the schema, so the baseline score for high schema coverage (100%) applies.

    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?

    Description uses a specific verb ('List') and resource ('tenant-scoped explicit tunnels'), clearly identifying what is being listed and its scope. It does not explicitly differentiate from sibling tools like mempalace_find_tunnels or mempalace_follow_tunnels, so it misses the full 5 score.

    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 description implies usage by stating what the tool does, but it does not provide explicit guidance on when to use this tool versus the other tunnel-related sibling tools. No alternatives or exclusions are mentioned.

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

  • Behavior3/5

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

    Annotations already indicate destructive behavior (readOnlyHint false, destructiveHint true). The description adds that the invalidation is exact and tenant-scoped, but does not discuss behavior if the fact doesn't exist or whether the operation is reversible. With annotations covering safety, this is adequate but not rich.

    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?

    Single sentence, front-loaded with the verb 'Invalidate', with no filler words. Every word contributes meaning, making it highly concise and well-structured.

    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 description is minimal but combined with schema and annotations gives enough for basic invocation. However, it doesn't specify behavior for missing facts, default end time, or the meaning of 'exclusive validity end time,' so it's not fully complete.

    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?

    All parameters are described in the schema (100% coverage). The description adds context about 'exact fact' which reinforces subject/predicate/object matching, but doesn't explain the `ended` parameter beyond schema. Baseline 3 is appropriate.

    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 tool invalidates an exact tenant-scoped fact by setting a validity end time. It distinguishes itself from sibling tools like mempalace_kg_add and mempalace_kg_query by specifying the invalidation action.

    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 description implies usage for ending a fact's validity, but does not explicitly state when to use this tool versus alternatives or mention any exclusions. It lacks guidance on prerequisites such as the fact needing to already exist.

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

  • Behavior4/5

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

    Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds value by specifying the graph/tunnel scope and the bounded-hop behavior, which are not present in annotations. It does not detail output shape, but that is handled by the output schema.

    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?

    The description is a single sentence that leads with the action verb and immediately conveys the core scope and constraint. There is no filler or redundant restatement of the tool name.

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

    Completeness5/5

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

    With only two parameters (one required), clear annotations, and an output schema, the description sufficiently covers the tool's purpose and core behavior. The bounded-hop constraint and resource types are enough to understand what the tool does; missing sibling differentiation affects usage guidance but not overall completeness.

    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%, with both parameters already described. The description reinforces max_hops via 'bounded hop count' and clarifies start_room's role in traversal, but does not add new semantic meaning beyond the schema. A baseline of 3 is appropriate given the strong schema coverage.

    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 uses a specific verb ('Traverse') and names the resources (tenant shared-room graph and explicit tunnels) with a clear constraint (bounded hop count). It is not fully differentiated from the sibling tool mempalace_follow_tunnels, but the object and bounded scope make the purpose reasonably specific.

    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?

    No guidance is provided about when to use this tool versus alternatives such as mempalace_follow_tunnels or mempalace_list_tunnels. There is no mention of use cases, exclusions, or preference over siblings, leaving the agent to infer usage solely from the name and schema.

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

  • Behavior4/5

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

    Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds the qualifier 'explicit' (opposed to implicit connections), which provides extra behavioral context. It does not describe return behavior or error conditions, but annotations cover the safety profile.

    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?

    The description is a single, front-loaded sentence with no unnecessary words. Every word earns its place, making it highly concise and well-structured.

    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 the simple two-parameter schema, strong annotations, and presence of an output schema, the description is adequate. The only gap is the lack of explicit differentiation from find_tunnels, but overall context is sufficient for an agent to understand the tool's role.

    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 descriptions cover both parameters fully (100% coverage): 'Room whose connected tunnel endpoints should be followed' and 'Wing whose connected tunnel endpoints should be followed.' The description adds no additional parameter semantics, so baseline 3 applies.

    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?

    Description uses a specific verb 'Follow' with a resource 'explicit tunnels connected to a wing/room location,' clearly indicating a traversal operation. It is distinct from sibling tools like list_tunnels and find_tunnels, though 'explicit' could be more precisely defined.

    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 description implies this tool is used when you want to follow connected tunnels from a wing/room, but it does not explicitly state when to prefer it over alternatives such as find_tunnels or list_tunnels, nor does it mention any exclusions or prerequisites.

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

  • Behavior4/5

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

    Beyond the read-only and idempotent annotations, the description discloses that sync never applies in this deployment and explains why (no local project directory). This is valuable context, though it does not specify whether calling the tool errors or returns empty.

    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, front-loaded sentence states the core limitation without redundancy. Every word contributes to the message.

    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?

    For an unsupported tool, the description, combined with detailed schema and annotations, gives an agent enough information to avoid misuse. It could be more explicit about the expected call outcome, but the overall context is sufficient.

    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?

    The input schema already provides thorough descriptions for all three optional parameters, and the tool description adds no additional parameter-specific meaning. With 100% schema coverage, this meets the baseline without compensation.

    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 that filesystem sync is unsupported due to missing local project directory, which conveys the tool's non-functional purpose. It distinguishes from siblings by identifying the sync domain, but doesn't describe an active operation.

    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 description indicates the tool should not be used for filesystem sync because it is unsupported. However, it provides no explicit alternatives or when-to-use scenarios, leaving the agent to infer that this tool should be avoided.

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

  • Behavior4/5

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

    Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds valuable context that this is an adapted tool reporting deployment policy, not actual local settings, which is behavior beyond what annotations convey. There is no contradiction.

    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?

    The description is two sentences, front-loaded with the main purpose, and every clause adds relevant information. It is appropriately sized for a simple read-only query tool.

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

    Completeness5/5

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

    Given the tool has no required parameters, rich annotations, and an output schema, the description is sufficiently complete. It explains the key deployment limitation and the tool's adapted nature, which addresses the main contextual concerns.

    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?

    The input schema has 100% description coverage, with both parameters clearly described. The description itself adds minimal parameter detail, but the schema already explains that silent_save is a requested setting and desktop_toast is not exposed. Baseline of 3 is appropriate.

    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 it returns the configured save policy, using a specific verb and resource. It also notes local desktop hook settings are unavailable, which adds useful scoping. However, it does not explicitly distinguish itself from sibling tools like mempalace_status or mempalace_get_drawer.

    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 description implies this tool is for retrieving the save policy and that local desktop hook settings are not available, giving some context about deployment limitations. It does not explicitly state when to use this tool over alternatives or mention any exclusions, but the 'not available' note partially guides usage.

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

  • Behavior3/5

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

    Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds the 'exact or semantic' distinction, which is useful, but does not disclose further behavioral details such as how matches are reported or threshold handling.

    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?

    The description is a single, direct sentence that conveys the tool's core purpose without any fluff. It is front-loaded and every word earns its place.

    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 the presence of a rich input schema, useful annotations, and an output schema, the description is adequate for a simple check tool. It could have mentioned the type of response (e.g., boolean or matches), but the output schema likely covers that; thus it is nearly complete.

    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?

    The input schema provides 100% coverage for both parameters with clear descriptions (e.g., 'Candidate drawer content', 'Minimum cosine similarity'). The description adds no additional parameter semantics, so the baseline of 3 is appropriate.

    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 tool's action ('Check') and specific resource ('duplicates') within a defined context ('before writing new durable memory'). It distinguishes from sibling tools by focusing on duplicate pre-checking, a unique responsibility.

    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 explicitly indicates when to use the tool ('before writing new durable memory'), providing clear usage context. It does not mention alternatives or exclusions, but the context alone is sufficient for most scenarios.

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

  • Behavior3/5

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

    Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, establishing the safe read-only nature. The description adds little behavioral detail beyond this—'hard-filtered' is already present in the schema descriptions, and 'recent' is also in the schema. No new behavioral traits are disclosed.

    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 succinct sentences that front-load the verb and object. The first sentence states the core action, and the second provides a use case. No fluff or repetition.

    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?

    With annotations covering the safety profile and an output schema present, the description is sufficiently complete for a read tool. It gives the primary use case and mentions optional filters. It could clarify ordering or default count, but last_n in the schema already defines a maximum.

    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?

    The schema covers all four parameters with clear descriptions (100% coverage), so the baseline is 3. The description repeats 'hard-filtered' and 'recent' without adding any syntax, defaults, or format details beyond what the schema already provides.

    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 opens with a specific verb ('Read') and resource ('recent diary entries for an agent'), with optional filters. It clearly distinguishes itself from sibling tools like diary_write, diary_search, and diary_reindex by focusing on reading recent entries.

    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 phrase 'Use this for recent session continuity' provides a clear context for when this tool is appropriate. It does not explicitly name alternatives or exclusions, so it misses the top score, but the guidance is more than implied.

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

  • Behavior3/5

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

    The description adds context beyond annotations by noting 'from the configured source store for this tenant', which clarifies the data scope. However, it does not disclose side effects, permissions, or what happens to existing index rows. Annotations already cover idempotency and non-destructiveness, so this is acceptable but not rich.

    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?

    The description is only two sentences, front-loaded with the core operation and followed by usage triggers. Every word earns its place, with no filler or redundancy.

    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?

    The description gives the purpose, scope (for tenant), and when to use it. With an output schema present and 8 fully described optional parameters, the description is complete enough for an agent to understand the tool's role. It does not explain the pagination/dry-run parameters, but those are covered in the schema.

    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 description coverage is 100%, with each parameter having a clear description (e.g., 'Optional room filter for selecting entries to reindex'). The tool description itself does not add any parameter-level information beyond what the schema already provides, so it meets the baseline but does not exceed it.

    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 and specifically states what the tool does: 'backfill or refresh diary semantic index rows' from the source store. The label 'Maintenance tool' distinguishes it from search/read/write siblings by focusing on index maintenance rather than data access.

    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 explicitly says 'Use after diary-search changes, migrations, or metadata-index changes,' which provides clear context for when to invoke it. It does not name an alternative tool or give a 'when not to use', but the trigger conditions are specific and actionable.

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

  • Behavior3/5

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

    Annotations already cover read-only, idempotent, non-destructive behavior. The description adds 'recent' and entity-vs-all-facts scoping, but doesn't reveal other behavioral details like ordering, limits, or pagination. With annotations, this is adequate but not rich.

    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, well-structured sentence conveys the tool's purpose and scoping options. Every word earns its place, with no fluff or redundancy.

    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 the low complexity, comprehensive annotations, and existing output schema, the description is largely complete. 'Recent' is slightly ambiguous but acceptable for a timeline tool, and the optional parameter is clearly explained.

    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% and the 'entity' parameter is self-explanatory. The description's 'one entity or all facts' mirrors the schema's 'omit to return the tenant timeline,' adding little beyond what structured data already provides.

    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 tool shows a KG timeline, with an explicit scope choice: one entity or all facts. The verb 'Show' and resource 'recent KG timeline' are specific, and the timeline focus distinguishes it from sibling KG query/check tools.

    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?

    It provides clear guidance on how to scope the request: pass an entity for one entity's timeline, omit it for all facts. It doesn't name alternatives or exclusions, but the context is clear enough for a simple read-only tool.

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

  • Behavior4/5

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

    The description discloses that updates trigger reindexing of changed content/room metadata, and force_reindex rebuilds unchanged chunks, providing useful behavioral insight beyond the annotations. It does not detail other side effects or permissions, but annotations already indicate mutation and no destructive hint, so this is a solid addition.

    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, front-loaded sentence conveys the core action and the optional reindex behavior with no wasted words. It is concise and well-structured.

    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?

    The description is sufficient for a moderate-complexity mutation tool given that the output schema exists and the schema covers all parameter meanings. It could benefit from explicit use-case guidance and side-effect disclosure, but it is not incomplete.

    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% with detailed descriptions for all 7 parameters, so the description adds minimal extra semantic value. The only cross-reference is force_reindex, which matches the schema's 'Rebuild semantic chunks even when content and scope appear unchanged.'

    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 identifies the tool as updating a drawer and reindexing changed content or room metadata, distinguishing it from sibling tools like mempalace_add_drawer or mempalace_delete_drawer. The verb 'Update' and object 'drawer' are specific and unambiguous.

    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 description implies use for modifying an existing drawer but does not explicitly state when to choose this over alternatives or provide exclusions. No mention of 'use X instead' or prerequisites, leaving usage context implicit.

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

  • Behavior4/5

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

    The description adds behavioral context beyond the annotations by stating that content is stored exactly as provided and indexed semantically, and warns about the prefix. With annotations only indicating readOnly=false, this provides useful details about storage and indexing behavior.

    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?

    The description is two sentences, front-loaded with the core action, and every phrase earns its place. There is no redundancy or filler.

    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?

    The tool has an output schema, so return values are already defined. The description covers the main purpose, storage behavior, and a content formatting caution. It does not discuss deduplication or when to use update instead, but those are covered by sibling tools and are not essential for a basic add operation.

    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 descriptions already cover all parameters (100% coverage), so the description does not need to repeat definitions. It adds some nuance about content being 'concise readable plain text or verbatim source content', but this is similar to the schema's description and does not significantly enhance parameter understanding.

    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 uses the verb 'Add' and identifies the resource as a 'durable drawer' with content, clearly distinguishing it from sibling tools like delete, update, or list. It also specifies the action's scope by mentioning storing and indexing content.

    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 provides clear context: this tool is for adding new durable content, and it includes a specific usage instruction about not adding the AAAK prefix unless explicitly requested. However, it does not explicitly compare with alternatives such as mempalace_update_drawer or mempalace_check_duplicate, so exclusionary guidance is missing.

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

  • Behavior4/5

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

    Annotations are all false, so the description carries the burden of behavioral disclosure. It adds key details: diary text is stored as user data (not instructions), should not include an AAAK prefix, and new entries are indexed for scoped semantic search. This goes beyond the schema and gives the agent useful expectations for side effects and data handling.

    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?

    The description is three sentences, front-loaded with the action and purpose. Every sentence adds value: the format/style, storage classification, and indexing behavior. There is no fluff or redundant restatement of the tool name.

    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?

    For a tool with five parameters and an output schema, the description is reasonably complete: it explains the write action, content requirements, storage semantics, and indexing. It does not detail the output or error conditions, but the presence of an output schema and clear purpose makes this acceptable. The description gives enough context for correct invocation without being exhaustive.

    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?

    Input schema covers 100% of parameters with detailed descriptions (e.g., 'entry' is a 'Concise readable session note or durable observation'). The description's mention of 'summarizing a meaningful session' loosely reinforces the intended content of the entry, but it does not add significant new meaning beyond the schema. Baseline 3 is appropriate when schema does the heavy lifting.

    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 tool's primary action: 'Write a concise readable plain-text diary entry summarizing a meaningful session.' The verb 'write' plus 'diary entry' precisely identifies the operation, and the mention of 'meaningful session' adds context. This distinguishes it from sibling tools like diary_read and diary_search, which are retrieval-focused.

    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 gives clear context for when to use the tool (summarizing a meaningful session) and provides a specific instruction not to add an AAAK prefix unless requested. It omits explicit comparisons to alternative tools, but the distinction between writing and reading/searching is straightforward given the sibling list. This is clear context without formal exclusions.

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

  • Behavior4/5

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

    Annotations already mark this as read-only and idempotent. The description adds behavioral context by revealing the guidance's key message: entries should be plain text, not AAAK-prefixed labels, which helps the agent infer the tool's output nature beyond the safety annotations.

    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?

    The description is two short sentences with the primary purpose front-loaded. Every word earns its place; no fluff or redundancy.

    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?

    With no parameters and clear annotations, the description adequately covers what the tool does. Though there's no detailed output schema, the tool's simplicity and the description's clarification of the guidance content make it sufficiently complete for an agent to select and invoke correctly.

    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 tool has zero parameters, so the baseline is 4. No parameter semantics are needed or provided, and the description doesn't need to compensate since there are no inputs.

    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 a specific verb 'Return' and resource 'compact memory-note guidance', and distinguishes itself from siblings by being the sole guidance tool. The second sentence clarifies the content scope, making the purpose unmistakable.

    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 description implies when to use (when needing memory-note formatting guidance) but does not explicitly state when to avoid it or name alternatives. The guidance content is mentioned but there's no exclusion criteria.

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

  • Behavior3/5

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

    Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds the agent-scoping constraint ('never widens across agents') and clarifies filters are hard, but these are also partially documented in the schema. It does not describe return format or pagination, but an output schema exists, so this is acceptable. Overall, it adds some value beyond annotations but not rich behavioral detail.

    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?

    The description is only two sentences but packs in the core action, scoping constraints, and a cross-reference to an alternative tool. Every sentence contributes value with no redundancy or fluff.

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

    Completeness5/5

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

    Despite having 8 parameters, the schema fully documents each one, and the output schema exists to specify return structure. The description covers purpose, scope, and key usage constraints, while annotations cover safety. The cross-reference to mempalace_search also clarifies placement within the tool suite, making the description complete for an agent to select and invoke the tool correctly.

    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?

    The schema has 100% description coverage, so each of the 8 parameters is already explained in the input schema. The tool description briefly reiterates that agent_name is required and that wing/room/topic filters are hard, but it adds no new semantic meaning beyond the schema. Baseline 3 is appropriate.

    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 states the tool performs 'Semantic search over diary entries for one explicit agent,' which is a specific verb+resource pairing. It also distinguishes itself from the sibling tool by noting 'Use mempalace_search for drawer memory,' making the purpose unmistakable.

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

    Usage Guidelines5/5

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

    It explicitly says the tool requires agent_name and never widens across agents, providing clear scope. It also directs users to mempalace_search for drawer memory, giving an alternative for a different memory type, which meets the 'explicit when/when-not/alternatives' criterion.

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

  • Behavior4/5

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

    Annotations already declare read-only, idempotent, and non-destructive behavior. The description adds useful context beyond annotations by stating the response includes bounded verbatim content and provenance metadata, helping the agent set expectations.

    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?

    The description is a single, information-dense sentence with no filler. It is front-loaded with the action and resource, and every phrase adds value.

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

    Completeness5/5

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

    For a simple one-parameter retrieval tool with a rich output schema and strong annotations, this description is complete. It conveys the tool's purpose, scope, and what to expect in the response, which is sufficient for selection and invocation.

    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?

    The schema provides a clear description for drawer_id, and schema coverage is 100%. The description reinforces the parameter's role but does not add new semantic meaning beyond what the schema already offers, so the baseline of 3 is appropriate.

    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 uses a specific verb 'Fetch' and a clear resource 'tenant-scoped drawer' with a precise scope qualifier 'by id'. It also adds content details (bounded verbatim content and provenance metadata), which distinguishes it from siblings like mempalace_list_drawers.

    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 clearly implies the tool is for retrieving a single drawer when you have its ID. It does not explicitly mention alternatives or when not to use it, but the naming and wording make the intended use case obvious.

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

  • Behavior4/5

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

    Annotations already declare read-only, idempotent, and non-destructive behavior. The description adds context that the taxonomy is 'derived from active drawers' and is 'current tenant-scoped,' which explains the source and scope beyond what annotations provide.

    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?

    The description is a single, front-loaded sentence with no wasted words. Every phrase ('current tenant-scoped', 'wing and room taxonomy', 'derived from active drawers') carries essential meaning.

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

    Completeness5/5

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

    For a zero-parameter tool with an output schema, the description fully explains what is returned and the underlying data source. No additional behavioral or return details are needed beyond what is already provided.

    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?

    With zero parameters, the schema already fully documents the absence of inputs. The description adds no parameter detail because none is needed, and the baseline for zero parameters is 4, which is appropriate here.

    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 a specific verb ('Return') and resource ('current tenant-scoped wing and room taxonomy derived from active drawers'), distinguishing it from sibling tools like list_wings and list_rooms by emphasizing the derived, tenant-scoped taxonomy.

    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 description implies usage as a way to obtain the combined taxonomy from active drawers, but it does not explicitly mention when to use this tool over alternatives like list_wings or list_rooms, nor does it provide exclusions or direct comparisons.

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

  • Behavior4/5

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

    Annotations already declare read-only, idempotent, and non-destructive behavior. The description adds behavioral context by stating the checks are 'deterministic' and enumerating the three reliability dimensions. It also clarifies the tool's boundary ('not broad contradiction detection'). No contradiction with annotations.

    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?

    The description is two sentences: the first states the exact purpose and scope, the second provides a critical boundary. No filler or redundancy. Every word earns its place.

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

    Completeness5/5

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

    The tool has a full output schema, comprehensive parameter descriptions, and safety annotations. The description, while brief, fully informs an agent of what the tool does and what it does not do. No additional return-value explanation is needed due to the output schema. The boundary statement prevents misuse.

    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?

    All 8 parameters have complete descriptions in the input schema (100% coverage), including purpose and constraints for each. The tool description itself does not add parameter-specific guidance, but with high schema coverage, a baseline of 3 is appropriate.

    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 opens with 'Run deterministic KG reliability checks' and enumerates three specific check types (active conflicts, stale current-state facts, source drawer provenance warnings). It also explicitly says 'This is not broad contradiction detection,' distinguishing it from sibling tools. This is a specific verb+resource+scope with clear sibling differentiation.

    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 gives a clear when-not-to-use exclusion ('This is not broad contradiction detection') and implies the tool is for targeted reliability checks. However, it does not name an alternative tool or provide explicit usage scenarios such as 'use when validating KG consistency after writes.' Context is mostly clear but lacks a distinct alternative recommendation.

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

  • Behavior4/5

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

    Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false. The description adds useful behavioral context beyond annotations: tenant-scoping, active-status filtering, 'hard filters' implying exact matching, and offset pagination behavior. No contradictions found.

    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?

    The description is a single, front-loaded sentence that begins with the action and resource, then packs the key scoping and pagination details without waste. Every word earns its place.

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

    Completeness5/5

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

    Given the full annotations, complete parameter documentation, and the presence of an output schema, the one-sentence description is fully sufficient for a list operation. The description covers scope, filters, and pagination, and the output schema handles return-value documentation.

    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% with detailed descriptions for all 4 parameters. The description reiterates 'hard filters' and 'offset pagination' but does not add significant new meaning beyond what the schema already provides, so the baseline of 3 is appropriate.

    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 uses the specific verb 'List' with the resource 'active tenant-scoped drawers' and scoping details ('optional wing/room hard filters', 'offset pagination'). This clearly distinguishes it from siblings like mempalace_get_drawer (single drawer), mempalace_search (search), and mempalace_list_wings/list_rooms (different resources).

    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 clearly indicates this tool is for listing drawers with optional filters and pagination, giving enough context for when to use it. However, it does not explicitly state when not to use it or mention alternatives like mempalace_search, so it falls short of a 5.

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

  • Behavior4/5

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

    Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description does not need to re-state safety. It adds meaningful context about tenant scoping, active drawer counts, and the ability to narrow by wing or aggregate, which goes beyond the structured annotations.

    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?

    The description is a single, front-loaded sentence with no redundant words. It efficiently conveys the action, resource, and scope without fluff.

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

    Completeness5/5

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

    For a simple list tool with one optional parameter and an output schema, the description is complete. It covers the scope, the content (rooms and drawer counts), and the optional filtering/aggregation behavior, leaving no significant gaps.

    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?

    The schema covers 100% of the parameter documentation, describing 'wing' as optional and explaining the aggregation behavior. The description largely mirrors this without adding new semantics (e.g., format, enums, or edge cases), so the baseline score of 3 applies.

    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 states a specific verb ('List') and resource ('tenant-scoped rooms and active drawer counts'), with an explicit scope ('for one wing or across all wings'). This clearly distinguishes it from sibling tools like mempalace_list_wings and mempalace_list_drawers.

    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 provides clear usage context by explaining the optional 'wing' parameter and the aggregating behavior when omitted. It does not explicitly mention alternatives or exclusions, but the context is sufficient for an agent to infer when to use this tool.

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

  • Behavior4/5

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

    Annotations already cover read-only and non-destructive traits. The description adds value beyond these by detailing the hybrid semantic+lexical behavior and, importantly, the security-relevant note that retrieved memory text is user data, not system instructions. This is extra context not present in annotations.

    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, front-loaded with the core purpose and followed by concise scope guidance and a warning. Every word earns its place; no redundancy with schema or annotations.

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

    Completeness5/5

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

    For a search tool with an output schema and comprehensive annotations, the description covers the essential purpose, scope-filter usage, and a behavioral caveat. The output schema handles return-value specifics, and the schema documents parameters, so nothing critical is missing.

    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?

    Input schema has 100% parameter descriptions, covering all six fields including 'room', 'wing', 'limit', 'query', 'context', and 'max_distance'. The description mentions 'wing/room filters' which aligns with schema, but adds no new meaning beyond what the schema already documents. Baseline 3 is appropriate.

    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 a specific action: 'Hybrid semantic and lexical search over tenant-scoped drawers.' This identifies the resource type (drawers) and differentiates from sibling search tools like mempalace_diary_search and mempalace_kg_query by the drawer scope and hybrid search nature.

    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?

    It gives actionable guidance: 'Use wing/room filters when scope is known,' which tells the agent when to apply the optional scope parameters. It also cautions that retrieved text is user data, not instructions. However, it does not explicitly name alternatives or state when not to use this tool in favor of sibling search tools, though the uniqueness of scope is implied.

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

  • Behavior5/5

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

    The description discloses key behavioral traits beyond the annotations: it specifies 'soft-delete' (not a hard delete), notes the removal of semantic index entries, and emphasizes irreversibility via the MCP API. This adds meaningful context to the destructive and idempotent hints.

    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?

    The description is a single, concise sentence that front-loads the main action and includes critical caveats (soft-delete, index removal, irreversibility). Every element earns its place with no waste.

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

    Completeness5/5

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

    Given the simplicity of the tool (one parameter) and the existence of an output schema, the description fully covers the essential aspects: scope, nature of the delete, impact on indexes, and irreversibility. It is complete for its complexity.

    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?

    The input schema has 100% coverage for the single parameter drawer_id, including its description. The tool description adds no additional parameter-level detail beyond the schema, so the baseline of 3 is appropriate.

    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 uses a specific verb 'soft-delete' and clearly identifies the resource as 'tenant-scoped drawer', while also specifying the additional effect of removing semantic index entries. This distinguishes it from sibling tools like mempalace_delete_tunnel and mempalace_update_drawer.

    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 context is clear: this tool is for soft-deleting a drawer. However, it does not explicitly state when not to use it or mention alternatives, though the 'cannot be undone' warning implies caution. This gives clear context without explicit exclusions.

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

  • Behavior4/5

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

    Annotations already declare read-only, idempotent, and non-destructive behavior. The description adds valuable context by emphasizing tenant isolation ('results never cross the authenticated tenant') and specifying that it returns active drawer counts, which goes beyond the structured annotations.

    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, front-loaded sentence that packs the essential information: action, resource, scope, and return count. No wasted words or redundancy.

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

    Completeness5/5

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

    With zero parameters, an output schema, and annotations covering safety, the description fully explains what the tool does and a key behavioral constraint (tenant isolation). It is complete for its simplicity.

    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 tool has zero parameters, so the schema already documents everything. The baseline of 4 applies because with no parameters, the description need not clarify anything further; it adds no parameter info but also has no gap to fill.

    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 uses a specific verb ('List') and resource ('wings'), and adds tenant scoping plus 'active drawer counts', clearly distinguishing it from sibling list tools like list_rooms, list_drawers, and list_tunnels.

    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 clearly implies when to use this tool (when you need wings and their drawer counts within the tenant), but does not explicitly mention alternatives or exclusions. It provides clear context without saying 'use this instead of X'.

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

  • Behavior4/5

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

    Annotations already declare this as read-only, idempotent, and non-destructive. The description adds useful context beyond these hints by clarifying it reports backend readiness and does not reset a local cache, which is a meaningful behavioral note. No contradictions with annotations.

    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?

    The description is extremely concise with two short sentences. The first sentence front-loads the action and resource, and the second adds a useful clarification without redundancy. Every word earns its place.

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

    Completeness5/5

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

    Given the tool's simplicity (no parameters, an output schema exists, and safety annotations are provided), the description is complete. It covers the tool's purpose, the nature of its results, and a key behavioral distinction, leaving no ambiguity for a straightforward health-check tool.

    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 tool has zero parameters and the schema is empty, so the parameter baseline is 4. The description doesn't need to elaborate on parameters, and it compensates by clarifying what is returned (configured binding and index health).

    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 tool's action ('Return') and specific resource ('configured binding and index health'). It also explicitly distinguishes itself from a cache-reset operation, which differentiates it from what the name 'reconnect' might imply and from sibling tools that may reset or mutate state.

    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 conveys when to use the tool (to check backend readiness/binding and index health) and provides an exclusion ('rather than resetting a local cache'). However, it does not explicitly name alternative sibling tools like mempalace_status, so the guidance is clear but not fully explicit on alternatives.

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

  • Behavior4/5

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

    Annotations already declare readOnly, idempotent, and non-destructive. The description adds the behavioral context that it is diagnostics-only and health-focused, which is consistent and slightly extends the structured metadata.

    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 filler; the first defines scope, the second gives practical guidance.

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

    Completeness5/5

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

    With no parameters, an output schema present, and strong annotations, the description fully covers what an agent needs to know to invoke it correctly, including how to sequence it with mempalace_wake_context.

    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?

    There are no parameters, so the description doesn't need to explain them. The baseline for zero params is 4, which applies here.

    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 states the tool is for 'Diagnostics and capabilities only' and explicitly contrasts it with mempalace_wake_context for memory-relevant chats, making its purpose distinct among siblings.

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

    Usage Guidelines5/5

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

    It explicitly directs users to start with mempalace_wake_context for memory-relevant chats and use status for protocol/backend health, providing clear when-to-use and when-not-to-use guidance.

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

  • Behavior5/5

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

    Beyond the annotations (read-only, idempotent, non-destructive), the description discloses that the context is bounded, privacy-scoped, only loads curated drawers in global mode, and never widens in scoped mode. These are substantive behavioral guarantees not present in the annotations, providing clear transparency about scope and limits.

    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?

    The description is concise and front-loaded with the key call-to-action ('Start here'), followed by precise mode behaviors. Every sentence adds value; there is no fluff, and it is well-structured for quick parsing.

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

    Completeness5/5

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

    Given the presence of a complete input schema, annotations, and an output schema, the description covers the essential conceptual aspects: purpose, mode behavior, scoping rule, and bounded nature. It does not need to explain return values because the output schema exists, and the tool's complexity is well-addressed.

    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 schema already provides 100% coverage with descriptions for all parameters, so the baseline is 3. The description adds semantic meaning by explaining that global mode uses wing=global curated content and that scoped mode requires an explicit wing, which directly clarifies how to interpret mode and wing. It also ties the bounded nature of results to the max_chars/max_items parameters.

    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 it is the starting point for memory-relevant chats and returns bounded, privacy-scoped startup context, with distinct global and scoped modes. It distinguishes itself from sibling tools by emphasizing it is an entry-point aggregator that loads curated drawers, not a search or single-get operation.

    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 gives explicit when-to-use context ('Start here for memory-relevant chats') and clarifies that scoped mode requires an explicit wing and never widens scopes. However, it does not explicitly name alternative sibling tools or state when not to use it, so it falls short of full exclusion guidance.

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

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

memheaven MCP server

Copy to your README.md:

Score Badge

memheaven MCP server

Copy to your README.md:

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/nazar256/memheaven'

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