Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ANTHROPIC_API_KEYNoOptional API key for using the Anthropic API directly in the MCP analyze tool (when installed with the [llm] extra)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
validate_brief

Validate an agenda brief JSON object against agenda-brief.schema.json.

validate_evidence

Validate an evidence pack JSON object against evidence-pack.schema.json.

audit_claims

Validate a claim-level evidence-audit JSON object against evidence-audit.schema.json and return a small summary: support-level distribution, orphan evidence_id refs, and unsupported_claims count. Schema-level only; does not verify factual truth.

get_protocol

Return packaged protocol markdown by name, or use 'entrypoint'.

list_lenses

List available regional and sector lenses.

get_lens

Return packaged lens markdown by type and id.

source_plan

Return packaged source requirements for a source category.

list_source_categories

List packaged source requirement categories and per-pack counts. Discovery only; does not discover sources, validate coverage, or verify factual truth.

source_coverage

Diagnose whether an evidence pack covers category-specific must_check source types. If category is omitted, evidence_json.source_category is used. Diagnostic only; does not discover sources, verify factual truth, or change validate-evidence schema semantics.

score_output

Score before/after agenda-analysis output with the protocol marker rubric.

verify_quotes

Verify that quoted fragments in an evidence pack are present in the provided source texts. Pass texts as a dict mapping evidence_id → plain text. Sources without a matching texts entry are reported as missing_source_text. Local-text only; does not make outbound network requests. Does not discover sources, score source reputation, gather live news, or verify factual truth.

analyze

Run the Agenda Intelligence product-shell pipeline. Validates the request against agenda-request.schema.json, routes geography to in-repo regional / sector references, assembles a system prompt, and calls the Anthropic API when ANTHROPIC_API_KEY is set. Returns a structured memo validated against agenda-memo.schema.json. No live source retrieval.

validate_memo

Validate a memo JSON object against agenda-memo.schema.json.

list_signals

List vendored Global Think Tank Analyst signals. Read-only mirror of the packaged signals/index.json snapshot.

get_signal

Return a vendored signal markdown file by id (filename without extension).

deep_dive

Reserved for Agenda Intelligence v2. Returns a planned-status message. For detailed analysis today, call analyze with depth: scenario or red_team.

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/vassiliylakhonin/agenda-intelligence-md'

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