Skip to main content
Glama

Import private seed packet

import_seed_packet

Import a reviewed seed packet into the private inbox to carry forward its context. Uses only absolute paths, rejects symlinks and duplicate IDs to keep the store clean.

Instructions

Use when the user points at a seed packet file they have already reviewed and wants that carried-forward private context in this store. Requires an absolute path and refuses symlinks, accepts only packets with purpose: seed, always imports into .notch/private/inbox/, and refuses a packet ID already present rather than overwriting it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actorNameNoName recorded as the importer in the audit log; defaults to the server's configured actor, or 'mcp-client'.
asReviewedNoWhen true, record the imported seed packet as reviewed instead of unreviewed. Default false.
packetPathYesAbsolute path to a seed packet Markdown file or unpacked packet folder; relative paths and symlinks are refused, and the packet must have purpose: seed.
Behavior5/5

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

The description discloses several key behaviors beyond the annotations: requires absolute path, refuses symlinks, accepts only packets with purpose: seed, always imports to a fixed inbox location, and refuses duplicate packet IDs instead of overwriting. These are important operational details that an agent needs to know. Annotations only state mutation/world-supports/destructive hints, which are consistent with the description.

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 a single sentence that packs all essential information without fluff. Every clause adds value: usage trigger, reviewed status, private context, path requirements, purpose restriction, destination, duplicate policy. Excellent front-loading and no wasted words.

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?

Given the tool's moderate complexity (import with safety constraints) and absence of output schema, the description fully covers invocation context, validation rules, destination, and conflict behavior. No important aspect seems missing; the agent has enough to correctly invoke and anticipate outcomes.

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%: all three parameters are described in the schema. The description adds some context about absolute path and purpose: seed which is also in schema, but does not add new meaning beyond the schema for actorName or asReviewed. Baseline 3 applies because schema does the heavy lifting.

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 opens with a specific use case: 'Use when the user points at a seed packet file they have already reviewed and wants that carried-forward private context in this store.' This clearly states the tool's function (import reviewed seed packet) and distinguishes it from generic import_packet or create_seed_packet by focusing on reviewed, private seed packets.

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 'Use when' context and lists constraints (absolute path, refuses symlinks, purpose: seed, imports to .notch/private/inbox/, refuses duplicates). This effectively tells when to use it and what it will/won't accept, but it does not explicitly name a sibling tool as an alternative. Still strong guidance.

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/coldlogicAI/3notch'

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