Skip to main content
Glama
delorenj

33GOD Pipeline MCP Hub

by delorenj

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    },
    "prompts": {
      "get": {}
    },
    "resources": {
      "read": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_domainsA

List the tool domains available in this hub. START HERE.

Each domain bundles many underlying tools that are intentionally NOT loaded into your context yet. Returns each domain's name, title, description, tool_count, and load status. To use a domain, call list_domain_tools(domain) to load its tool schemas, then invoke a tool with call_domain_tool(domain, tool, arguments).

list_domain_tools

Load and list the tools in a domain, each with its name, description, and input_schema.

Call this only for a domain you actually intend to use — it is what brings that domain's tool schemas into context. Then call call_domain_tool(domain, tool, arguments) to invoke a specific tool.

call_domain_toolA

Invoke a specific tool within a domain and return its result.

arguments is a JSON object that must conform to that tool's input_schema (from list_domain_tools(domain)). Example: call_domain_tool("plane", "list_projects", {})

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/delorenj/33god-mcp-hub'

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