Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoBind host0.0.0.0
PORTNoServer port8000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
find_nearest_bikeA

Find the nearest dock with at least N available bikes, or free bike locations if N=1.

Args: latitude: The latitude of the search location. longitude: The longitude of the search location. count: The number of bikes needed (default 1). bike_type: Optional type of bike ('electric_bike' or 'classic_bike'). If None, any type.

find_nearest_dock_spacesA

Find the nearest dock with at least N available return spaces.

Args: latitude: The latitude of the search location. longitude: The longitude of the search location. count: The number of spaces needed (default 1).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/colinterface/bay-wheels-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server