qr_vcard
生成电子名片二维码(vCard 3.0):扫码直接存入联系人。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | No | 公司 / 组织 | |
| url | No | 个人 / 公司网址 | |
| name | Yes | 姓名 | |
| No | 邮箱 | ||
| phone | No | 手机号 | |
| title | No | 职务 |
生成电子名片二维码(vCard 3.0):扫码直接存入联系人。
| Name | Required | Description | Default |
|---|---|---|---|
| org | No | 公司 / 组织 | |
| url | No | 个人 / 公司网址 | |
| name | Yes | 姓名 | |
| No | 邮箱 | ||
| phone | No | 手机号 | |
| title | No | 职务 |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It states the tool generates a vCard 3.0 QR code but does not disclose the output format (e.g., image, URL, base64), any limitations (e.g., field encoding, size), or side effects. For a generation tool with no output schema, this is a significant gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that front-loads the main action and result. Every word contributes to clarity, with no filler or repetition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple (6 params, 1 required) and the schema covers all inputs, but the absence of an output schema and annotations leaves the return value/behavior unexplained. The description is adequate for basic understanding but does not fully address what the agent should expect after invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% description coverage, with each parameter having clear, self-explanatory Chinese descriptions. The tool description itself adds no parameter information beyond what the schema provides, so the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly specifies the verb (生成/generate) and resource (电子名片二维码/vCard QR code) with version vCard 3.0, and adds the use case of saving directly to contacts. This distinguishes it from sibling tools like qr_wifi or qr_generate.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly implies when to use the tool (creating contact QR codes) and the specific format (vCard 3.0), which differentiates it from siblings. However, it does not explicitly state when not to use it or name alternatives, so it falls short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Each tool has a distinct purpose: barcode generation, QR decoding, standard QR generation, branded QR, SVG QR, vCard QR, and WiFi QR. There is no functional overlap.
Tools consistently use 'qr_' or 'barcode_' prefixes, but the second part mixes verbs (generate, decode) and nouns (logo, svg, vcard, wifi). Minor inconsistency, but pattern is clear.
With 7 tools covering essential QR and barcode operations, the count is well-scoped for the toolkit's purpose. No redundancy or missing core functionality.
Covers generation (standard, logo, SVG, vCard, WiFi) and decoding for QR, plus barcode generation. Lacks barcode decoding and a generic QR with custom options, but these are minor gaps.