Skip to main content
Glama

marketplace_create_api_key

Create a marketplace API key to access a specific tool. Set permissions, rate limits, and expiration; the key is shown once, so store it securely.

Instructions

Create a new API key for accessing a tool in the marketplace. Returns the API key which is only shown once - store it securely!

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesHuman-readable name for this key (e.g., 'Production Key')
tierNoAccess tier for this keyfree
toolIdYesThe tool ID to create a key for
rateLimitNoCustom rate limit (overrides tier default)
permissionsNoSpecific permissions for this key
userAddressYesYour wallet address (key owner)
expiresInDaysNoKey expiration in days (optional)
Behavior4/5

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

With no annotations, the description carries the burden. It discloses a key behavioral trait: the API key is returned only once and must be stored securely. This adds value beyond a simple 'create' statement, though it doesn't mention side effects or required permissions.

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?

Two concise sentences, front-loaded with the verb 'Create', and zero redundancy. Every word 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?

The description partially covers the return value (the one-time key) but doesn't mention other response fields, errors, or prerequisites. Given the tool's complexity (7 params, nested objects) and no output schema, it's adequate but leaves gaps.

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 baseline is 3. The description adds no parameter-specific meaning beyond what the schema already provides.

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 'Create a new API key for accessing a tool in the marketplace' with a specific verb and resource. The additional note that the key is only shown once distinguishes this tool from sibling key management tools (list, revoke, rotate).

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 marketplace_list_api_keys or marketplace_revoke_api_key. The purpose implies creation, but there is no mention of when/when-not or alternative recommendations.

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/nirholas/universal-crypto-mcp'

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