Hive Mind
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_decisionA | Create a new decision for the swarm to evaluate. Multiple agents can then vote on this decision from different perspectives (financial, legal, technical, market, risk). The hive mind aggregates votes into a collective decision. Args: question: The decision question (e.g. "Should we launch product X?") context: Background information for the decision decision_id: Custom ID (auto-generated if empty) created_by: Who initiated the decision |
| cast_voteA | Cast a vote on an open decision. Each agent votes from their perspective with a recommendation, reasoning and confidence level. Votes are weighted by expertise. Args: decision_id: The decision to vote on agent_id: Your agent identifier recommendation: Your recommendation (e.g. "approve", "reject", "modify", or free text) reasoning: Why you recommend this (1-3 sentences) confidence: How confident you are (0.0 to 1.0) perspective: Your analysis angle (financial, technical, legal, market, risk, strategic) expertise_area: Your area of expertise for weighting |
| get_consensusA | Get the current consensus status for a decision. Aggregates all votes, weights by expertise and confidence, and produces a collective decision with confidence score. Args: decision_id: The decision to analyze |
| close_decisionA | Close a decision and record the final outcome. Locks the decision from further votes and records what was decided. Args: decision_id: The decision to close final_decision: The final decision taken (optional, uses consensus if empty) |
| list_decisionsA | List all decisions in the hive mind. Args: status: Filter by status ("open", "closed", "all") limit: Max results (default: 20) |
| get_agent_expertiseC | Get an agent's expertise profile across all areas. Shows which areas an agent has voted on and their expertise scores. Args: agent_id: The agent to look up |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/AiAgentKarl/hive-mind-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server