Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
COHERE_API_KEYNoCohere API key (alternative cloud provider)
OPENAI_API_KEYNoOpenAI API key (alternative cloud provider)
VOYAGE_API_KEYNoVoyage AI API key (recommended cloud provider)
JITAPI_LOG_LEVELNoDEBUG, INFO, WARNING, ERROR (default: INFO)INFO
JITAPI_STORAGE_DIRNoData directory (default: ~/.jitapi)~/.jitapi

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
register_apiA

Register a new API by ingesting its OpenAPI specification. This parses the spec, builds a dependency graph, and creates searchable embeddings.

list_apisB

List all registered APIs with their basic information.

search_endpointsA

Search for API endpoints using natural language. Returns semantically similar endpoints based on the query.

get_workflowA

Get relevant endpoints with dependency resolution and full schemas for accomplishing a task. Returns search results expanded with their dependencies so you can plan and execute the right API calls in the right order. After reviewing the results, use call_api to execute each step.

get_endpoint_schemaB

Get the full schema for a specific endpoint. Use this to get detailed parameter and response information.

call_apiB

Execute an API call. Make sure authentication is configured first.

set_api_authA

Configure authentication for an API. Supports API key (header or query param) and bearer token auth. Use env_var to reference a secret from an environment variable — the credential is then resolved at request time and never stored on disk.

delete_apiA

Delete a registered API and all its data including endpoints, embeddings, dependency graph, and authentication credentials.

Prompts

Interactive templates invoked by user choice

NameDescription
explore_apiExplore what an API can do
register_and_exploreRegister a new API and explore its capabilities

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/nk3750/jitapi'

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