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
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_pluginsA

Get list of all available plugins from marketplaces.

Returns: List of plugins with name, description, and categorized elements (agents, commands, skills).

Raises: HTTPException: If plugins cannot be read.

Responses:

  • 200 (Success): Successful Response

    • Content-Type: application/json

    • Example:

[
  "unknown_type"
]
load_elementsC

Load plugin elements (skills, agents, commands) with their content.

Args: plugin_name: Name of the plugin. request: Request body with elements to load.

Returns: Response with loaded element contents.

Raises: HTTPException: If plugin is not found or elements cannot be read.

Path Parameters:

  • plugin_name (Required): No description.

Responses:

  • 200 (Success): Successful Response

    • Content-Type: application/json

    • Response Properties:

      • plugin_name: プラグイン名

      • elements: 読み込まれた要素のリスト

    • Example:

{
  "plugin_name": "string",
  "elements": [
    "unknown_type"
  ]
}
  • 422: Validation Error

    • Content-Type: application/json

    • Response Properties:

    • Example:

{
  "detail": [
    "unknown_type"
  ]
}

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/ppspps824/cc-plugin-mcp'

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