share_memory_key
Free. Releases a previously creator-registered wrapped key to a reader, or the raw content key for a public document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| readerPubKey | Yes |
Free. Releases a previously creator-registered wrapped key to a reader, or the raw content key for a public document.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| readerPubKey | Yes |
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?
With no annotations, the description carries the full burden of explaining side effects, permissions, costs, or return behavior. It mentions 'Free.' and describes the release action, but it does not disclose whether the operation is reversible, what authorization is needed, or what the caller should expect afterward.
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 concise and well-structured, packing the key behavior, the target object, and the two usage modes into a single sentence without unnecessary detail.
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 description gives enough context to understand the basic operation and the two relevant scenarios, but it omits details about expected outputs, failure modes, or prerequisite state beyond 'previously creator-registered.' Overall it is adequate but not fully complete.
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 schema provides no parameter descriptions, so the prose must clarify id and readerPubKey. The description implies readerPubKey identifies the reader and id identifies the registered key/document, but it does not explicitly define either parameter or explain how they interact in the public-document case.
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 states the action ('Releases') and the target ('a previously creator-registered wrapped key to a reader, or the raw content key for a public document'), making the tool's purpose understandable. It distinguishes itself somewhat from siblings like register_key_release by focusing on the sharing/release action, though the exact relationship to those siblings is not fully explicit.
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 implies when to use the tool—after a creator has registered a wrapped key, or for public documents—but it does not explicitly state conditions or contrast with alternatives such as register_key_release. Guidance is present but indirect.
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.