Skip to main content
Glama
r-huijts
by r-huijts

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTKEY_API_KEYYesYour Portkey API key (required)

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
list_all_usersB

List all users in your Portkey organization, including their roles and account details

invite_userB

Invite a new user to your Portkey organization with specific workspace access and API key permissions

get_user_statsC

Retrieve detailed analytics data about user activity within a specified time range, including request counts and costs

list_workspacesA

Retrieve all workspaces in your Portkey organization, including their configurations and metadata

get_workspaceA

Retrieve detailed information about a specific workspace, including its configuration, metadata, and user access details

list_configsB

Retrieve all configurations in your Portkey organization, including their status and workspace associations

list_virtual_keysB

Retrieve all virtual keys in your Portkey organization, including their usage limits, rate limits, and status

get_cost_analyticsC

Retrieve detailed cost analytics data over time, including total costs and averages per request

get_configC

Retrieve detailed information about a specific configuration, including cache settings, retry policies, and routing strategy

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 9 tools

Disambiguation5/5

Every tool has a clearly distinct purpose targeting different resources and actions, with no overlap in functionality. For example, get_config retrieves a specific configuration, list_configs lists all configurations, and invite_user handles user invitations, making misselection unlikely.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case, such as get_config, list_configs, and invite_user. This predictability makes it easy for agents to understand and use the tools without confusion.

Tool Count5/5

With 9 tools, the server is well-scoped for managing a Portkey organization, covering configurations, users, workspaces, analytics, and keys. Each tool earns its place by addressing specific needs without being excessive or insufficient.

Completeness4/5

The toolset provides strong coverage for retrieval, listing, and user management, but lacks update or delete operations for resources like configurations or workspaces. Agents can work around this by using existing tools, but it's a minor gap in lifecycle coverage.

Maintenance

ActivityInactive
ResponsivenessNo issues