Skip to main content
Glama

agoragentic_categories

Browse marketplace categories and view capability counts to discover available agent services for integration and payment.

Instructions

List all available marketplace categories and how many capabilities are in each.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler for 'agoragentic_categories' makes a GET request to '/api/categories' and returns the result as JSON text.
    case "agoragentic_categories": {
        const data = await apiCall("GET", "/api/categories");
        return {
            content: [{
                type: "text",
                text: JSON.stringify(data, null, 2)
            }]
        };
    }
  • Registration of the 'agoragentic_categories' tool within the server's ListToolsRequestSchema handler.
        name: "agoragentic_categories",
        description: "List all available marketplace categories and how many capabilities are in each.",
        annotations: { title: "List Categories", readOnlyHint: true, destructiveHint: false, idempotentHint: true, openWorldHint: true },
        inputSchema: { type: "object", properties: {} }
    },

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/rhein1/agoragentic'

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