We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/akiojin/playfab-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
get-catalog-config.ts•397 B
import { Tool } from "@modelcontextprotocol/sdk/types.js";
export const GET_CATALOG_CONFIG_TOOL: Tool = {
name: "get_catalog_config",
description:
"Retrieves the current catalog configuration. " +
"Returns the list of available ContentTypes and Tags that can be used when creating or updating items.",
inputSchema: {
type: "object",
properties: {},
required: [],
},
}