Skip to main content
Glama

generate_card

Creates a machine-readable MCP server card with metadata like name, description, tools, author, and pricing for automatic agent discovery.

Instructions

Generate a .well-known/mcp-server-card.json for an MCP server.

Erstellt eine maschinenlesbare Server Card mit allen Metadaten, die andere Agents zur automatischen Discovery brauchen.

Args: name: Name des MCP-Servers description: Kurze Beschreibung des Servers tools: Liste der Tools als [{name: "tool_name", description: "was es tut"}, ...] author: Autor oder Organisation repo_url: URL zum Repository version: Semantic Version (Standard: 0.1.0) categories: Tags/Kategorien für die Suche pricing: Preismodell (free/freemium/paid/open-source) auth_required: Ob Authentifizierung benötigt wird transport: Transport-Typ (stdio/http/both)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
toolsYes
authorNo
pricingNofree
versionNo0.1.0
repo_urlNo
transportNostdio
categoriesNo
descriptionYes
auth_requiredNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

Annotations are absent, so description must disclose behavior. It states creation of a file but omits side effects like overwriting, permissions, or error conditions. No mention of output location or success/failure signals.

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?

Two short paragraphs plus a bullet list of parameters. No wasted words, but could be more front-loaded with key purpose. The German sentence is redundant but not harmful.

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

Completeness2/5

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

Despite 10 parameters and no annotations, the description lacks behavioral context (side effects, prerequisites). Output schema exists but return values still require understanding. Missing guidelines on when to invoke.

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 0%, so description must explain parameters. It lists all 10 parameters with brief comments, but most are translations or minimal definitions. Adds format hint for 'tools' but overall meaning is shallow, not deep semantics.

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 generates a .well-known/mcp-server-card.json for MCP servers, with specific verb 'generate' and resource 'server card'. It distinguishes from siblings like discover or validate_card by focusing on creation of metadata file.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives like discover or validate_card. The description mentions agents use the card for discovery but does not compare or provide exclusion criteria.

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/AiAgentKarl/agent-server-card-mcp'

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