Skip to main content
Glama
by sinch
tools-config.ts517 B
/** * Map of the tools' status: the key is the tool's name, and the value is its status. * If the tool is not filtered out and its credentials are defined, its description should be ENABLED. * If the tool is filtered out or its credentials are not defined, its description should be a reason why it is disabled. */ export const toolsStatusMap: Record<string, string> = {}; /** The tool is not filtered out and its credentials are defined => its description should be ENABLED */ export const ENABLED = 'enabled';

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/sinch/sinch-mcp-server'

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