Brev
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| UV_PUBLISH_TOKEN | No | Your PyPI token for publishing | |
| UV_PUBLISH_PASSWORD | No | Your PyPI password for publishing | |
| UV_PUBLISH_USERNAME | No | Your 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| aws Instance Types | Available virtual machine instance types for Brev provider aws |
| gcp Instance Types | Available virtual machine instance types for Brev provider gcp |
| azure Instance Types | Available virtual machine instance types for Brev provider azure |
| crusoe Instance Types | Available virtual machine instance types for Brev provider crusoe |
| lambda-labs Instance Types | Available virtual machine instance types for Brev provider lambda-labs |
| fluidstack Instance Types | Available virtual machine instance types for Brev provider fluidstack |
| launchpad Instance Types | Available virtual machine instance types for Brev provider launchpad |
| akash Instance Types | Available virtual machine instance types for Brev provider akash |
| gcpalpha Instance Types | Available virtual machine instance types for Brev provider gcpalpha |
TDQS
Scored across 2 tools
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.
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.
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.
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.