Skip to main content
Glama
edgemoorlf

boardroom-agents

by edgemoorlf

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PROVIDERNoThe LLM provider to use. Default is 'mock' for offline deterministic mode. Set to 'openai' to use OpenAI.mock
OPENAI_API_KEYNoYour OpenAI API key. Required if PROVIDER is set to 'openai'.

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
list_meetingsA

List all board meetings (id, date, title).

get_meetingA

Get one meeting's agenda, minutes, attendees, and attached documents.

list_motionsA

List motions (id, title, kind, ballot_mode, status). Optionally filter by meeting.

get_motion_resultsA

Get results for a motion. Recorded motions return per-voter names and choices. Anonymous motions and elections return ONLY totals and turnout -- never individual votes.

search_documentsA

Full-text search over indexed meeting documents. Returns matching snippets with document and meeting references. (Ballot-bearing documents are excluded from this index.)

ask_boardA

Ask a natural-language question about the board's history. The answer is drafted by a research agent, then reviewed against the board's answer policy before it is returned. Includes the governance verdict and any policy rules that fired.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Answer policyThe governance policy every answer is evaluated against, in full.

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/edgemoorlf/boardroom-agents'

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