Skip to main content
Glama

create_scoped_key

Create an agent-scoped API key to self-provision or rotate per-agent credentials. The plaintext key is returned once and must be stored immediately.

Instructions

Create an agent-scoped API key (chr_ak_*) that can only act on behalf of a single agent. Use this to self-provision or rotate per-agent credentials. The plaintext key is returned exactly once in the response — store it immediately, it cannot be retrieved later. Requires an org-level API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelNoHuman-readable label for the key
agent_idYesAgent ID this key is scoped to
Behavior5/5

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

Beyond the annotations (which show this is a non-read, non-destructive, non-idempotent mutation), the description adds critical behavior: the plaintext key is returned exactly once and cannot be retrieved later. This is essential for the agent to handle the response correctly. No contradiction with annotations.

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 three concise sentences with no wasted words. Each sentence adds value: purpose, usage context, and critical behavioral warning. Front-loaded with the key fact about the prefix and scoping.

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

Completeness5/5

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

The description covers all necessary context: what the tool does, when to use it, prerequisites, behavior of the return value (plaintext key once), and that it cannot be retrieved later. With no output schema, the description adequately explains the return behavior. The sibling tools provide additional context for lifecycle management.

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?

Both parameters (label and agent_id) are fully documented in the input schema with descriptions and constraints. The description does not add any additional semantic meaning beyond what the schema provides. Schema coverage is 100%, so baseline 3 is appropriate.

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 creates an agent-scoped API key with a specific prefix (chr_ak_*). It highlights the key can only act on behalf of a single agent, which distinguishes it from other key-related tools like list_scoped_keys and revoke_scoped_key.

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 explicitly tells when to use this tool (self-provision or rotate per-agent credentials) and includes a crucial prerequisite (requires an org-level API key). It lacks explicit when-not-to-use guidance, but the sibling tools cover alternate operations like revocation and listing.

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/Chronary/chronary-mcp'

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