Skip to main content
Glama
servers.js580 B
/** * Tools for working with servers */ export const serversTools = [ { name: 'firelinks_list_servers', description: 'Get a list of all available servers in the Firelinks system. Servers are used to host domains and handle redirects.', inputSchema: { type: 'object', properties: {}, required: [], }, async execute(apiClient, args) { const response = await apiClient.get('/out/servers', args); if (!response.success) { throw new Error(response.error); } return response.data; }, }, ];

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/djeknet/firelinks-mcp'

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