Skip to main content
Glama
AmirK-S

HiveMind

by AmirK-S

analyze_hive_updates

Analyze proposed hive updates before upload to detect duplicates, enforce quality requirements, and suggest updates vs new entries, preventing common mistakes.

Instructions

SMART UPLOAD PROTOCOL - Analyze what you want to add to your hive BEFORE uploading. Checks for duplicates, enforces quality (FILES/VERSION required), detects category fragmentation, prompts for patterns, and suggests updates vs new entries. TRIGGERS: 'update hive', 'add to hive'. This tool PREVENTS hive mistakes by forcing good practices instead of relying on instructions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idNoOptional: User ID (auto-detected from ~/.hivemind_user_id)
project_idYesProject identifier
project_pathNoOptional: Project directory path (required for local storage, defaults to cwd)
files_changedNoOptional: List of files that were modified (e.g., ['src/api.ts:100-200', 'src/index.ts:50'])
problems_solvedNoOptional: List of problems that were solved (used for duplicate detection)
session_summaryYesSummary of what was accomplished in this session (be specific, include FILES and VERSION)
Behavior4/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 discloses several key behaviors: duplicate checking, quality enforcement requiring FILES/VERSION, category fragmentation detection, pattern prompting, and suggestion of updates vs new entries. It also states its preventive purpose. It lacks explicit info about side effects or return values, but the detail provided is substantial.

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

Conciseness3/5

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

The description is front-loaded with a clear action statement but includes some redundancy and marketing-like phrasing ('SMART UPLOAD PROTOCOL', 'PREVENTS hive mistakes by forcing good practices'). It could be more concise by removing the label and final sentence, but it's not excessively long.

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 purpose, triggers, and key behaviors, but given that no output schema exists, it does not explain what the tool returns or what the user should expect after analysis. It also doesn't mention any prerequisites beyond the schema. For a tool with 6 parameters and no output schema, a bit more detail on the result would improve completeness.

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?

Schema description coverage is 100%, providing baseline understanding of all parameters. The description adds semantic meaning by emphasizing that FILES/VERSION are required for quality, which maps to the session_summary and files_changed parameters. It also implies how problems_solved is used for duplicate detection. This enriches the schema's bare parameter descriptions.

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: analyze proposed hive additions before upload. It lists specific actions (checks duplicates, enforces quality, detects fragmentation, prompts for patterns, suggests updates vs new entries) and distinguishes from sibling tools by emphasizing its pre-upload analysis role, setting it apart from actual update/contribution 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?

The description provides explicit trigger phrases ('update hive', 'add to hive') and clearly indicates when to use the tool (before uploading). It does not explicitly state when not to use it or name alternatives, but the trigger and 'BEFORE uploading' context make the usage context clear.

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