Skip to main content
Glama
Jambozx

OnlineCyberTools MCP (280+ filterable tools)

conversion_emoji

Read-onlyIdempotent

Look up emoji by glyph, name, keyword, category, or Unicode code point and retrieve Unicode metadata, UTF-8 bytes, and HTML entities.

Instructions

Emoji Unicode And Shortcode Lookup. Look up emoji by glyph, name, keyword, category, or Unicode code point and return Unicode metadata (code point, hex U+ form, decimal, UTF-8 bytes) plus HTML entities. Use this when you have one search term and want full Unicode/HTML detail for matching emoji; use conversion/emoji/random instead to sample random emoji without a query, and encoding/unicode or encoding/html-entities for escaping arbitrary text rather than looking up emoji. Pure client-style compute over a built-in ~170-emoji database (no network, no external API); read-only and non-destructive. Rate limited to 60 requests per minute for anonymous callers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesNon-empty search term. Its meaning depends on search_type: an emoji glyph, an emoji name fragment, a keyword, an exact category id, or a Unicode code point (e.g. 1F600, U+1F600, 0x1F600).
search_typeYesHow to interpret query. 'emoji' matches an exact glyph; 'name' and 'keyword' do case-insensitive substring matches; 'category' is an exact category id; 'unicode' parses query as a hex code point.name

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
successNoTrue when the lookup completed.
queryNoEcho of the submitted query.
search_typeNoEcho of the search_type used.
countNoNumber of entries in results.
errorNoError message when success is false; absent on success.
resultsNoMatching emoji entries (empty when none match).
emoji_infoNoReference metadata about the emoji database (Unicode/Emoji version, categories, ranges, search tips); present on success.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already provide readOnlyHint, destructiveHint, and idempotentHint. The description adds value by stating it's a 'pure client-style compute over a built-in ~170-emoji database (no network, no external API); read-only and non-destructive' and mentions rate limits of 60 requests per minute for anonymous callers. This provides useful behavioral context beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with multiple sentences, each adding value. It front-loads the main purpose and then provides usage guidelines, behavioral notes, and parameter details. Slightly verbose but no wasted words; could be a bit more concise but still effective.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity and the presence of an output schema, the description covers all necessary aspects: purpose, usage, behavior (including database size and rate limits), and parameter semantics. No gaps are apparent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with detailed descriptions for both parameters (query and search_type). The description adds a brief summary of search types but does not significantly enhance the meaning beyond the schema. Baseline 3 is appropriate since the schema already does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: to look up emoji by glyph, name, keyword, category, or Unicode code point and return Unicode metadata plus HTML entities. It uses specific verbs like 'look up' and 'return', and distinguishes itself from sibling tools like conversion/emoji/random, encoding/unicode, and encoding/html-entities. This makes the purpose very clear.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly tells when to use this tool: 'when you have one search term and want full Unicode/HTML detail for matching emoji'. It also provides clear alternatives: 'use conversion/emoji/random instead to sample random emoji without a query, and encoding/unicode or encoding/html-entities for escaping arbitrary text rather than looking up emoji'. This is excellent guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/Jambozx/onlinecybertools-mcp-server'

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