Skip to main content
Glama

m3_help_capabilities

Discover M3 Memory tool capabilities by filtering domain or keyword, showing available functions, parameters, and usage.

Instructions

Discover m3-memory tool capabilities, parameters, and availability. Allows filtering by a logical domain (memory, chatlog, files, entity, agent, tasks, conversations, admin, diagnostics) or searching by keywords.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNo
domainNo
timeoutNo
databaseNo
as_recordsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv0.1.20
    • addedInput schema / properties / as_records
      Added value: +{
      +  "default": false,
      +  "title": "As Records",
      +  "type": "boolean"
      +}
  2. Addedv0.1.9
  3. Removedv0.1.6
  4. Changed1 schema field changedv0.1.2
    • addedInput schema / properties / timeout
      Added value: +{
      +  "default": 30,
      +  "title": "Timeout",
      +  "type": "number"
      +}
  5. First observedv0.1.0

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It doesn't mention any side effects, whether it's a read-only operation, any required authentication, or what happens when no filters are applied. It doesn't describe the output format or any limitations. Given the lack of annotations, this is a significant gap. However, it doesn't contradict any annotations since none exist.

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

Conciseness4/5

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

The description is concise, with two sentences. It front-loads the primary purpose (discover capabilities) and then adds filtering options. Every sentence earns its place. The only minor issue is that it could be more explicit about the parameters, but overall it's well-structured and succinct.

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?

Given the tool has 5 parameters but zero schema coverage and no output schema, the description is incomplete. It explains the high-level purpose but leaves out critical details like how to use 'query' and 'domain' together, what 'database' refers to, and what 'as_records' does. For a discovery tool that an agent might use to understand other tools, this is a moderate gap. The complexity is moderate, but the description could do more to fill the schema void.

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

Parameters2/5

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

Schema description coverage is 0%, meaning the schema provides no descriptions for the parameters. The description mentions 'query' and 'domain' indirectly (filtering by domain or keywords) and implies 'as_records' might affect output, but it doesn't explain 'timeout', 'database', or the exact format for 'query' and 'domain'. This leaves the agent with significant ambiguity, especially for a tool with 5 parameters and zero schema documentation.

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 purpose: to discover m3-memory tool capabilities, parameters, and availability. It specifies the resource (m3-memory tools) and the actions (discover, filter). It distinguishes itself by mentioning filtering by domain or keyword search, which differentiates it from siblings like tools_list_domains or memory_search. However, it doesn't explicitly distinguish from all siblings, so it's not a 5.

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: it's for discovering tool capabilities and availability, with options to filter by domain or search by keywords. It implies when to use this tool (when needing to understand m3-memory tools), but does not explicitly state when not to use it or mention alternatives. Since it's a metadata/discovery tool, the context is clear enough, but lacks explicit exclusions.

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