Skip to main content
Glama
common_util.erl311 B
%% % @format -module(common_util). -export([unicode_characters_to_list/1]). -compile(warn_missing_spec_all). -spec unicode_characters_to_list(unicode:chardata()) -> string(). unicode_characters_to_list(CharData) -> case unicode:characters_to_list(CharData) of R when not is_tuple(R) -> R end.

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/systeminit/si'

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