Skip to main content
Glama
AmirK-S

HiveMind

by AmirK-S

search_project

Search project knowledge to retrieve relevant solutions, patterns, and architecture decisions from private and public entries.

Instructions

Search project hive for knowledge. TRIGGERS: 'search my hive for [topic]', 'search hive [query]', 'find in hive [topic]', 'what does my hive know about [topic]'. Searches your private entries + optionally public entries. Returns relevant solutions, patterns, architecture decisions, etc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query
user_idNoOptional: User ID (auto-detected from ~/.hivemind_user_id)
project_idNoOptional: limit to specific project
project_pathNoOptional: Project directory path (required for local storage)
include_publicNoInclude public entries in results (default: true)
Behavior3/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It notes that the search covers private entries and optionally public entries, and that it returns solutions, patterns, and decisions. However, it lacks details on side effects (likely none), authentication, or error conditions, making it minimally adequate.

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 and a focused trigger list. The trigger list is somewhat lengthy but directly useful for an AI agent to recognize invocation contexts. It is front-loaded with the main purpose and does not waste words.

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 no output schema, the description should explain what to expect. It says returns 'relevant solutions, patterns, architecture decisions, etc.', but this is vague. It also does not mention result ordering, limits, or the need for project_path in local storage scenarios. It is sufficient for a basic search tool but lacks 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%, so parameters already have descriptions. The description adds minimal extra meaning, such as hinting at include_public via 'optionally public entries', but does not compensate for or extend the schema in a meaningful way. 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 'Search project hive for knowledge' with a specific verb and resource. The trigger phrases further clarify the supported user intents, and the mention of private/public entries distinguishes it from sibling tools like search_kb and search_skills.

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 TRIGGERS section provides concrete example queries that indicate when the tool should be used, such as 'search my hive for [topic]'. This gives clear context for usage, though it does not explicitly mention alternatives or when-not-to-use cases, 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.

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/AmirK-S/HiveMind'

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