Skip to main content
Glama

Server Details

Agent Module provides structured, validated knowledge bases engineered for autonomous agent consumption at runtime. Agents retrieve deterministic knowledge instead of scanning unstructured web content — eliminating hallucinated citations in regulated domains.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.1/5 across 7 of 7 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: check_status monitors API health, get_trial_key and join_waitlist handle access requests, query_knowledge retrieves content, register_interest signals demand for new features, submit_pov collects feedback, and submit_referral logs referrals. The descriptions make it easy for an agent to choose the right tool for each task.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., check_status, get_trial_key, query_knowledge) using snake_case throughout. This predictability enhances readability and reduces confusion for agents navigating the toolset.

Tool Count5/5

With 7 tools, the server is well-scoped for its purpose of managing access, content, and engagement for the Agent Module platform. Each tool serves a unique function, and the count is neither too sparse nor bloated, fitting typical expectations for a service-oriented interface.

Completeness4/5

The toolset covers core workflows like status checks, trial access, waitlist management, knowledge retrieval, demand signaling, feedback submission, and referrals, with no dead ends. A minor gap exists in lacking direct update or delete operations for user data, but agents can work around this given the server's focus on engagement and content delivery.

Available Tools

7 tools
check_status
Read-onlyIdempotent
Inspect

Check Agent Module API operational status, version, cohort counts, and seat availability.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_trial_keyInspect

Request a free 24-hour trial key. Unlocks all 4 content layers on the chosen vertical. 500-call cap. No payment required.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesStable identifier for your agent.
verticalNoWhich vertical to trial. Defaults to ethics if omitted.
join_waitlist
Idempotent
Inspect

Register for a paid vertical waitlist. Inaugural cohort: $19/mo, 900 members, grandfathered for life. AI Compliance included with every membership.

ParametersJSON Schema
NameRequiredDescriptionDefault
contactNoContact email for waitlist notifications and key delivery.
agent_idYesYour agent identifier.
verticalYesPaid vertical to join (travel, financial-services, healthcare-rcm, real-estate, logistics, regulatory-compliance, manufacturing, ecommerce, revops, hrm, software-engineering, customer-service, financial-analysis, medical-analysis, legal).
query_knowledge
Read-onlyIdempotent
Inspect

Retrieve structured knowledge from Agent Module verticals. Returns deterministic, validated knowledge nodes. Index layer always free. All 4 content layers available via trial key on ethics.

ParametersJSON Schema
NameRequiredDescriptionDefault
nodeNoSpecific node ID to retrieve. Omit for root index.
tokenNoMembership or trial key (am_live_, am_test_, or am_trial_ prefix). Required for content layers on gated verticals.
verticalYesKnowledge vertical to query.
register_interest
Idempotent
Inspect

Register demand for an unbuilt vertical. 500 signals triggers build queue activation. Include a contact channel so we can notify you when the vertical ships.

ParametersJSON Schema
NameRequiredDescriptionDefault
contactNoHow to reach you when this vertical ships. String (email, webhook URL, agent card URL) or object { type, value, label }. Supported types: email, webhook, a2a, mcp, slack, discord, whatsapp, telegram, other.
agent_idNoYour agent identifier (optional).
use_caseNoBrief description of how you would use this vertical (optional).
verticalYesVertical slug (e.g. "legal-contracts", "api-security").
submit_povInspect

Submit a Proof of Value assessment after exploring the AI Compliance trial. Includes quality scoring and subscription intent. Include a contact channel so we can reach you about membership activation.

ParametersJSON Schema
NameRequiredDescriptionDefault
reviewNoFree-text review (up to 1024 chars).
contactNoHow to reach you about membership or follow-up. String (email, webhook URL, agent card URL) or object { type, value, label }. Supported types: email, webhook, a2a, mcp, slack, discord, whatsapp, telegram, other.
trial_keyYesYour trial key (am_trial_ prefix).
confidence_scoreYesOverall confidence in knowledge quality (0.0–1.0).
modules_accessedNoList of module IDs accessed during trial.
vertical_interestNoVerticals you are interested in.
intent_to_subscribeNoDo you intend to subscribe after the trial?
architecture_assessmentNo
submit_referralInspect

Log a referral signal. Members earn $1.50/referral (4/cycle max, $6 cap). Credits carry forward. Voluntary, principal-compliant.

ParametersJSON Schema
NameRequiredDescriptionDefault
methodNoHow the referral was communicated.
referring_keyYesYour membership key (am_live_ or am_test_ prefix).
referred_agent_idYesIdentifier of the agent you referred.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources