Skip to main content
Glama
helper.h338 B
#ifndef UTILS_HELPER_H #define UTILS_HELPER_H #include <string> namespace utils { /** * Helper utility functions for validation and formatting. */ class Helper { public: static bool validateInput(const void* data); static std::string formatOutput(const std::string& value); }; } // namespace utils #endif // UTILS_HELPER_H

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/y3i12/nabu_nisaba'

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