Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_api_overviewA

START HERE. Returns a high-level map of the Toss Securities Open API: title, version, base server URL, the authentication model, and every category (tag group). Call this first to orient yourself, then drill down with list_endpoints, get_endpoint, or get_integration_guide.

list_categoriesA

Lists every API category (OpenAPI tag) with its display group, endpoint count, and description. Use the category name as the category argument of list_endpoints.

list_endpointsA

Lists endpoints as METHOD path (operationId) — summary. Pass category (an exact tag name from list_categories) to filter. Returns all endpoints when no filter is given. Use the operationId with get_endpoint for full detail.

search_endpointsA

Keyword search across operationId, path, summary, description and tags. Returns the best-matching endpoints ranked by relevance. Use this when you don't know the exact category or operationId. Example queries: 'place order', 'current price', 'holdings', 'exchange rate'.

get_endpointA

Returns full detail for ONE endpoint: summary, description, auth requirement, parameters, request body schema, and response schemas with examples. Identify the endpoint either by operationId (preferred) or by both method and path.

list_schemasA

Lists the data model (schema) names defined by the API. Pass query to filter by substring. Use a name with get_schema to see its fields.

get_schemaA

Returns the field tree of one data model: field names, types, required flags (marked with *) and descriptions. Nested objects and arrays are expanded; recursive refs are shown as → Name. Find names with list_schemas.

get_integration_guideA

Returns a task-oriented walkthrough for a common use case: the concepts involved plus the recommended, ordered sequence of real endpoints to call. Prefer this over reading endpoints one by one when you want to accomplish an end-to-end task.

generate_code_sampleA

Generates a ready-to-adapt request snippet for one endpoint, with the right URL, headers (auth / account), path/query placeholders and request-body example pre-filled. Choose the language; defaults to curl.

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/JeongSeongMok/tossinvest-openapi-mcp'

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