Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SEMANTIC_API_KEYYesYour Semantic API key
SEMANTIC_API_URLNoAPI base URL overridehttps://semanticapi.dev

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
semantic_query

Search for an API capability using natural language.

Returns endpoint details, parameters, auth info, and code snippets. Args: query: Natural language description of what you want to do (e.g. "send an email with Gmail") auto_discover: Whether to automatically discover new APIs if no cached result exists
semantic_discover

Deep discovery of a specific provider/API by name and intent.

Args: provider_name: Name of the API provider (e.g. "stripe", "twilio", "github") user_intent: Optional description of what you want to do with this API
semantic_discover_url

Analyze any API from its documentation URL. Generates a full provider config.

Args: url: URL of the API documentation to analyze user_intent: Optional description of what you want to do with this API

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/peter-j-thompson/semantic-api'

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