Skip to main content
Glama
ethank64

yellow-pages

by ethank64

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YELLOW_PAGES_TRANSPORTNoTransport mode ('stdio' or 'streamable-http'). Default: stdiostdio
YELLOW_PAGES_CHROMA_DIRNoChroma vector DB directory. Default: ./chroma_db_agent_tools_v9./chroma_db_agent_tools_v9
YELLOW_PAGES_SCHEMA_PATHNoOpenAPI schema file (JSON or YAML). Default: ./sample_schema.json./sample_schema.json
YELLOW_PAGES_EMBEDDING_MODELNoHuggingFace/sentence-transformers model name. Default: sentence-transformers/all-MiniLM-L6-v2sentence-transformers/all-MiniLM-L6-v2

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
discover_operationsA
Discover which API operations match a natural-language query. Uses RAG over the
loaded OpenAPI schema; returns a list of operation entries (operation name, method,
url, parameters with name/type/required). Use this to find tool IDs, then call
execute_operation with the chosen operation_name and params. No execution happens here.
execute_operationA
Execute one API operation by name. Use operation_name from discover_operations;
provide path_params, query_params, and optionally body_data as required by the schema.
Returns the API response body or an error string.

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/ethank64/yellow-pages'

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