lookup_unicode
ActiveTool of GoCreative Agent API
declared in 1.27.1
Get Unicode info for a character or codepoint (name, category, hex). Use for text-processing and emoji-debugging agents. Example call: {"char_or_code": "U+1F600"} Cost: $0.005–$0.05 USDC on Base per call.
Parameters schema
{
"type": "object",
"title": "lookup_unicodeArguments",
"required": [
"char_or_code"
],
"properties": {
"char_or_code": {
"type": "string",
"title": "Char Or Code"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
GoCreative Agent API
1/7 registries