Skip to main content
Glama
benswel

QR for Agent

create_social_qr

Create a customizable QR code that links to multiple social media profiles. Scanning the short URL returns a JSON object with all platform links. Supports customization options like colors, dot style, and frame text.

Instructions

Create a QR code that links to social media profiles. When scanned via the short URL, returns a JSON object with all platform links. Provide at least one platform link.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
facebookNoFacebook profile/page URL.
instagramNoInstagram profile URL.
twitterNoTwitter/X profile URL.
linkedinNoLinkedIn profile URL.
youtubeNoYouTube channel URL.
tiktokNoTikTok profile URL.
githubNoGitHub profile URL.
websiteNoPersonal/company website URL.
labelNoLabel for this QR code.
formatNoImage format.svg
foreground_colorNoHex color for dots.
background_colorNoHex color for background.
dot_styleNoDot shape.
corner_styleNoCorner shape.
logo_urlNoLogo URL or data URI.
frame_styleNoFrame style around QR.
frame_textNoCTA text on frame (max 30 chars).
frame_colorNoFrame background color.
frame_text_colorNoFrame text color.
Behavior3/5

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

With no annotations, the description partially covers behavioral traits: it mentions the JSON return via short URL and the need for at least one platform link. It does not disclose side effects, authorization needs, or rate limits, so transparency is adequate but not comprehensive.

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

Conciseness5/5

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

The description is extremely concise: two sentences covering purpose, behavior, and a requirement. No redundant or filler content; every sentence earns its place.

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

Completeness3/5

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

Given the tool's complexity (19 parameters, no output schema, no annotations), the description explains the core function and a key constraint. However, it lacks details on output format, defaults (e.g., format=svg), and possible side effects, making it somewhat incomplete.

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 value by imposing the constraint 'Provide at least one platform link,' which is not in the schema. Otherwise, it does not elaborate on parameter semantics beyond the schema.

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 verb 'Create' and the resource 'QR code that links to social media profiles', distinguishing it from sibling tools like create_email_qr or create_phone_qr. It also adds unique behavioral details (returns JSON when scanned).

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

Usage Guidelines4/5

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

The description includes a clear requirement: 'Provide at least one platform link.' This guides the agent on minimum inputs. However, it does not explicitly mention when not to use this tool or compare it to alternatives.

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/benswel/qr-for-agent-api'

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