Skip to main content
Glama
Jasonrve

bifrost-budget

by Jasonrve

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BIFROST_HOSTNoHost to bind the HTTP server to.0.0.0.0
BIFROST_PORTNoPort to bind the HTTP server to.8080
BIFROST_MCP_PATHNoPath for the MCP endpoint./mcp
BIFROST_LOG_LEVELNoControls the structured application logs.INFO
BIFROST_TRANSPORTNoTransport mode: streamable-http (default) or stdio.streamable-http
BIFROST_QUOTA_PATHNoPath to the quota endpoint./api/governance/virtual-keys/quota
BIFROST_VIRTUAL_KEYNoFallback caller key for local development or explicit non-production use only.
BIFROST_API_BASE_URLYesBase URL for the Bifrost API, for example https://bifrost.example.com
BIFROST_TIMEOUT_SECONDSNoTimeout for upstream requests in seconds.15

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
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_quotaA

Return the caller's Bifrost quota snapshot by calling the configured quota endpoint with the caller's Authorization header when present. Explicit virtual_key, x-bf-vk, and BIFROST_VIRTUAL_KEY remain available for local and non-production fallback use.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 1 tool

Disambiguation5/5

There is only one tool, so there is no possibility of confusing it with another. Its description clearly scopes it to retrieving a Bifrost quota snapshot.

Naming Consistency5/5

The single tool name 'get_quota' follows a clear verb_noun convention and is descriptive. There are no other names to create inconsistency.

Tool Count3/5

One tool is minimal and feels thin for a server named 'bifrost-budget'. It may be acceptable as a narrow quota-check adapter, but the count is borderline.

Completeness2/5

The tool surface only supports reading a quota snapshot, with no create, update, delete, or list operations. This leaves significant gaps if the server is meant to support budget or quota management workflows.

Maintenance

ActivityMaintained
ResponsivenessNo issues