Skip to main content
Glama
brevdev

Brev

Official
by brevdev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
UV_PUBLISH_TOKENNoYour PyPI token for publishing
UV_PUBLISH_PASSWORDNoYour PyPI password for publishing
UV_PUBLISH_USERNAMENoYour PyPI username for publishing

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
get_instance_typesB

Get available instances types for a cloud provider

create_workspaceC

Create a workspace from an instance type and cloud provider

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
aws Instance TypesAvailable virtual machine instance types for Brev provider aws
gcp Instance TypesAvailable virtual machine instance types for Brev provider gcp
azure Instance TypesAvailable virtual machine instance types for Brev provider azure
crusoe Instance TypesAvailable virtual machine instance types for Brev provider crusoe
lambda-labs Instance TypesAvailable virtual machine instance types for Brev provider lambda-labs
fluidstack Instance TypesAvailable virtual machine instance types for Brev provider fluidstack
launchpad Instance TypesAvailable virtual machine instance types for Brev provider launchpad
akash Instance TypesAvailable virtual machine instance types for Brev provider akash
gcpalpha Instance TypesAvailable virtual machine instance types for Brev provider gcpalpha

TDQS

B3.1/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have completely distinct purposes: one creates a workspace and the other retrieves instance types. There is no overlap in functionality, making it impossible for an agent to confuse them.

Naming Consistency5/5

Both tools follow a consistent verb_noun naming pattern (create_workspace, get_instance_types). The verbs are clear and descriptive, and the style is uniform throughout.

Tool Count2/5

With only two tools, the server feels thin for managing workspaces. It lacks essential operations like listing, updating, or deleting workspaces, which limits its utility for typical lifecycle management.

Completeness2/5

The toolset is severely incomplete for workspace management. It includes creation and instance type lookup but omits critical operations such as listing existing workspaces, updating configurations, or deleting workspaces, leaving significant gaps in coverage.

Maintenance

ActivityInactive
ResponsivenessNo issues