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-all-segments.ts•497 B
import { Tool } from "@modelcontextprotocol/sdk/types.js";
export const GET_ALL_SEGMENTS_TOOL: Tool = {
name: "get_all_segments",
description:
"Retrieves an array of player segment definitions. " +
"Results from this can be used in subsequent API calls " +
"such as GetPlayersInSegment which requires a Segment ID. " +
"While segment names can change the ID for that segment will not change.",
inputSchema: {
type: "object",
properties: {},
required: [],
},
}