Skip to main content
Glama

project_key_cache_export

Export local cached anon/service keys for a project. Use when a credential-required operation needs keys, but only with explicit reveal consent to emit secrets.

Instructions

Export local cached anon/service keys for one project. Requires reveal:true and emits secret material; use only when a credential-required operation needs keys.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
revealYesMust be true to emit secret key material
project_idYesProject ID to export from the local project-key credential cache
Behavior3/5

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

With no annotations, the description must disclose behavior. It states that it emits secret material and requires reveal:true, which is critical. However, it does not mention whether the operation is destructive, if permissions are needed, or the effect on the local cache. More details would improve transparency.

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?

Single sentence, front-loaded with purpose, followed by constraints and usage context. Every part is necessary, no redundancy.

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

Completeness4/5

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

Despite no output schema, the description covers the tool's purpose, critical parameter constraint, and appropriate usage context. It lacks details on post-export cache state or security considerations, but is adequate for a simple export tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds value by explicitly stating that reveal must be true and that it triggers emission of secret material, reinforcing and expanding on the schema's description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Export' and the resource 'local cached anon/service keys for one project'. It distinguishes from the sibling 'project_key_cache_status' which likely reports status, but does not explicitly name the alternative.

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?

Provides explicit condition 'Requires reveal:true' and context 'use only when a credential-required operation needs keys'. This guides the agent to use it only in specific scenarios, but does not list alternative tools for other cases.

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/kychee-com/run402'

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