Skip to main content
Glama
zackbissell

21st.dev Magic AI Agent

by zackbissell

logo_search

Fetch logos for specified companies in JSX, TSX, or SVG formats. Supports single or multiple searches with category filtering and theme options. Ideal for integrating brand logos into projects via React components or raw SVG markup.

Instructions

Search and return logos in specified format (JSX, TSX, SVG). Supports single and multiple logo searches with category filtering. Can return logos in different themes (light/dark) if available.

When to use this tool:

  1. When user types "/logo" command (e.g., "/logo GitHub")

  2. When user asks to add a company logo that's not in the local project

Example queries:

  • Single company: ["discord"]

  • Multiple companies: ["discord", "github", "slack"]

  • Specific brand: ["microsoft office"]

  • Command style: "/logo GitHub" -> ["github"]

  • Request style: "Add Discord logo to the project" -> ["discord"]

Format options:

  • TSX: Returns TypeScript React component

  • JSX: Returns JavaScript React component

  • SVG: Returns raw SVG markup

Each result includes:

  • Component name (e.g., DiscordIcon)

  • Component code

  • Import instructions

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatYesOutput format
queriesYesList of company names to search for logos
Behavior4/5

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

With no annotations provided, the description carries full burden and discloses useful behavioral traits beyond basic functionality: it mentions theme support (light/dark), format options with detailed explanations, and return content structure (component name, code, import instructions). It doesn't cover potential limitations like rate limits or authentication needs, but provides substantial operational context.

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 clear sections (purpose, usage guidelines, examples, format options, return details) and front-loaded key information. Some redundancy exists (e.g., repeating format options in different sections), but overall it's efficiently organized with minimal waste.

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

Completeness4/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, no annotations, and no output schema, the description provides comprehensive context: it covers purpose, usage, parameters, formats, and return structure. The main gap is lack of error handling or edge case information, but it's largely complete for effective agent use.

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 description coverage is 100%, so the baseline is 3. The description adds some value by explaining format options (TSX, JSX, SVG) and providing query examples, but doesn't significantly enhance parameter understanding beyond what the schema already documents with its enum and array descriptions.

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 with specific verbs ('Search and return logos') and resources ('logos in specified format'), and distinguishes it from sibling tools by focusing exclusively on logo search functionality, unlike component building or refinement tools.

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 provides usage guidelines with a dedicated 'When to use this tool' section, listing specific scenarios like '/logo' commands or adding missing logos, and includes example queries to illustrate proper invocation contexts.

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/zackbissell/magic-mcp'

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