Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_TOKENNoGitHub personal access token for bearer auth.
SVC_CLIENT_IDNoService OAuth client ID.
ASANA_CLIENT_IDNoAsana OAuth client ID.
SVC_CLIENT_SECRETNoService OAuth client secret.
ASANA_CLIENT_SECRETNoAsana OAuth client secret.

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
add_petC

Add a new pet to the store.

update_petB

Update an existing pet by Id.

find_pets_by_statusC

Multiple status values can be provided with comma separated strings.

find_pets_by_tagsC

Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.

get_pet_by_idB

Returns a single pet.

update_pet_with_formC

Updates a pet resource based on the form data.

delete_petD

Delete a pet.

upload_fileC

Upload image of the pet.

get_inventoryA

Returns a map of status codes to quantities.

place_orderC

Place a new order in the store.

get_order_by_idC

For valid response try integer IDs with value <= 5 or > 10. Other values will generate exceptions.

delete_orderB

For valid response try integer IDs with value < 1000. Anything above 1000 or non-integers will generate API errors.

create_userD

This can only be done by the logged in user.

create_users_with_list_inputD

Creates list of users with given input array.

login_userC

Log into the system.

logout_userC

Log user out of the system.

get_user_by_nameB

Get user detail based on username.

update_userC

This can only be done by the logged in user.

delete_userA

This can only be done by the logged in user.

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/mroops0111/openapi-mcp-gateway'

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