Skip to main content
Glama
tonkabits
by tonkabits

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
N33RD_URLNoAPI base URL (default: https://api.n33rd.com)https://api.n33rd.com
N33RD_ROLEYesRole: partner or consumer
N33RD_API_KEYYesYour N33RD API key

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
list_servicesA

List all services configured by this partner

create_serviceA

Add a new upstream service to proxy requests through

update_serviceC

Update an existing service configuration

configure_service_authC

Configure authentication for a service

list_consumersA

List all consumers for this partner

create_consumerB

Create a new consumer with API key

get_consumerC

Get consumer details and usage

rotate_consumer_keyC

Rotate a consumer API key

revoke_consumer_keyB

Permanently revoke a consumer API key

reactivate_consumer_keyA

Reactivate a previously revoked consumer key

toggle_consumer_keyB

Temporarily enable/disable a consumer API key

list_plansA

List all pricing plans for this partner

create_planB

Create a new pricing plan

get_dashboardB

Get partner dashboard with analytics

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 14 tools

Disambiguation4/5

Most tools clearly target distinct resources and actions, but the key lifecycle tools (revoke, reactivate, toggle, rotate) are closely related and could be confused despite helpful descriptions. Still, each has a defined role.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern, such as list_consumers, create_service, rotate_consumer_key, and list_plans. No mixed naming conventions or vague generic verbs appear.

Tool Count5/5

With 14 tools, the set is well-scoped for a partner/API management server. Each major area—consumers, services, plans, and dashboard analytics—has appropriate coverage without excessive redundancy.

Completeness3/5

The consumer key lifecycle is well covered, but there are notable CRUD gaps: no delete_service, no update_consumer, no delete_plan, and no update_plan. Create/list/update exists for services, but other core resources lack full lifecycle coverage.

Maintenance

ActivityMaintained
ResponsivenessNo issues