Skip to main content
Glama

add_asset

Attach a by-reference pointer to a repository, file, URL, image, or document to a stream or note, storing only the link without copying content. Include a usage hint.

Instructions

Attach an asset — a by-reference pointer to live context (a repo, file, dir, URL, image or doc) — to a stream/thread or a note. Pensieve only stores the pointer; it does NOT read or follow it. Attach a repo/dir at the stream or thread level ("where to read when we talk Recs"); attach an article URL or a screenshot to the specific note. Always include a one-line hint for how to use it.

Args:
    target: A stream/thread id, or a note id (note-N).
    location: A path or URL (stored by reference, never copied).
    hint: One line on how to use it (e.g. "read CLAUDE.md first; backend in /api").
    label: Optional short name.
    kind: repo|file|dir|url|image|doc — inferred from the location if omitted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hintNo
kindNo
labelNo
targetYes
locationYes
Behavior3/5

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

No annotations are provided, so the description must cover behavioral traits. It correctly states Pensieve does not read or follow the pointer and stores by reference. However, it omits details like idempotency, overwriting behavior, permissions, or whether the target entity must exist.

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?

The description is well-structured: a clear summary followed by an Args list. It is front-loaded with core purpose. One or two sentences could be trimmed without losing meaning, but overall it is efficiently written.

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?

For a creation tool with 5 parameters, no output schema, and no annotations, the description covers the main functionality and parameter semantics well. It lacks details on return values, error scenarios, or side effects, but the essential context for correct invocation is present.

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

Parameters5/5

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

Schema coverage is 0%, so the description must explain parameters. It lists all five parameters with meaningful explanations: target (stream/thread or note id), location (path/URL, stored by reference), hint (one-line usage), label (optional name), kind (inferred from location if omitted). This substantially adds beyond the schema's type-only info.

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 attaches an asset (a by-reference pointer) to a stream/thread or note. It distinguishes from storing content by noting Pensieve only stores the pointer. Examples like repo/dir at stream level versus article URL at note level further clarify purpose.

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 provides specific scenarios: attaching repo/dir at stream/thread level, and article URL or screenshot to specific note. It advises always including a one-line hint. However, it does not explicitly state when not to use this tool or name alternative tools, though context with sibling tools is implicit.

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/praveen-ilangovan/pensieve'

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