Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
APEX_API_KEYYesYour API key
APEX_API_BASENoThe API base URLhttps://api.apex.dev

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
apex_searchC

Search regulatory publications and compliance updates from European sources (RGPD, ISO27001, etc.)

apex_create_topicC

Create a new monitoring topic for regulatory intelligence tracking

apex_list_topicsC

List all available monitoring topics

apex_create_followC

Create a monitoring follow with notifications for regulatory updates

apex_generate_briefC

Generate a compliance brief summarizing recent regulatory publications

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: apex_create_follow handles notification setups, apex_create_topic manages topic creation, apex_generate_brief produces summaries, apex_list_topics retrieves topic lists, and apex_search performs regulatory searches. There is no overlap in functionality, making tool selection straightforward for an agent.

Naming Consistency5/5

All tools follow a consistent 'apex_verb_noun' pattern with snake_case, such as apex_create_follow and apex_list_topics. This uniformity enhances readability and predictability across the toolset, with no deviations in naming conventions.

Tool Count5/5

With 5 tools, the server is well-scoped for regulatory monitoring and compliance intelligence. Each tool serves a specific function (creation, listing, searching, briefing) without redundancy, making the count appropriate and manageable for the domain.

Completeness4/5

The toolset covers key operations like creating and listing topics, generating briefs, and searching publications, which supports core workflows. A minor gap exists in update or delete functionality for topics or follows, but agents can likely work around this for basic monitoring tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues