Skip to main content
Glama
tool-naming.ts393 B
/** * Helper functions for consistent tool naming */ /** * Adds the "nextcloud_" prefix to a tool name * @param toolName The original tool name * @returns The prefixed tool name */ export function prefixToolName(toolName: string): string { // Don't add prefix if it already exists if (toolName.startsWith('nextcloud_')) { return toolName; } return `nextcloud_${toolName}`; }

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/hithereiamaliff/mcp-nextcloud'

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