Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/AiAgentKarl/hive-mind-mcp-server'

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