Skip to main content
Glama
shiiman

multi-agent-mcp

by shiiman

search_global_memory_archive

Search the shared global memory archive across all projects to retrieve entries matching a query, with optional tag filtering.

Instructions

グローバルアーカイブを検索する(全プロジェクト共通)。

※ Owner と Admin のみ使用可能。

Args: query: 検索クエリ tags: フィルタリングするタグ(オプション) limit: 最大結果数 caller_agent_id: 呼び出し元エージェントID(必須)

Returns: 検索結果(success, entries, count)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNo
limitNo
queryYes
caller_agent_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Discloses the return structure (success, entries, count) and permission requirement. Since annotations are absent, the description carries the full burden; it covers key behavioral aspects for a read-only search tool.

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?

Well-structured with Args and Returns sections, no fluff. Could be slightly more concise, but all sentences add value.

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?

Covers basic purpose, permissions, and return format. With 4 parameters and no annotations, it adequately explains the tool but lacks mention of pagination or behavior for large result sets.

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?

Lists all four parameters with brief descriptions, compensating for 0% schema coverage. However, it claims caller_agent_id is required, conflicting with the schema where it's optional with a default of null. Also lacks details on tag format and limit default (10).

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?

Clearly states it searches the global archive across all projects. The verb 'search' and resource 'global memory archive' are specific. However, it does not explicitly distinguish from 'search_memory_archive', which likely searches per-project archives.

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?

Provides a permission constraint (Owner/Admin only) and a required parameter caller_agent_id, but offers no guidance on when to use this tool versus similar siblings like list_global_memory_archive or restore_from_global_memory_archive.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shiiman/multi-agent-mcp'

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