Skip to main content
Glama

reelier_push

Push skill run records to a receipt ledger for durable, shareable receipts with verified-replay badges. Reports honestly if cloud credentials are missing.

Instructions

Push a skill's local run records (and, on first push, the skill file) to your receipt ledger, where each receipt gets a shareable permalink + verified-replay badge. Requires REELIER_CLOUD_URL/REELIER_CLOUD_KEY in env — reports skipped-no-key honestly when they're absent. USE WHEN: a run's receipt should be durable or shareable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
allNoIgnore/reset the cursor — reconsider every record from the start.
cwdNoWorking directory to resolve .reelier/ state under (default: process cwd).
dryRunNoReport what would push; make no network calls, touch no state.
skillPathYesPath to a .skill.md file whose run records should be pushed.
withSkillNoUpload the skill file even if it was already uploaded before.
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses key behaviors: first push uploads skill file, requires specific env vars, reports honest error when missing. Does not detail all side effects (e.g., no mention of local state changes) but covers essential traits for a push tool.

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 concise (three sentences plus a usage hint) and front-loaded with the action and key consequence. Every sentence adds value. Could be slightly more structured but not verbose.

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?

Given 5 parameters (1 required), no output schema, and no annotations, the description adequately explains the tool's purpose, env requirements, first-push behavior, and when to use. Lacks return value details, but output schema is absent. Overall complete for a push tool.

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%—every parameter is already described in the schema. The description adds no extra parameter details beyond mentioning 'first push' behavior, which is tool-level, not param-specific. 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 it pushes local run records to a receipt ledger, creating shareable permalinks and badges. The purpose is distinct from siblings (scan, from_session, replay) and includes a specific 'USE WHEN' guide.

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?

Explicit 'USE WHEN' condition provided: 'a run's receipt should be durable or shareable.' Also notes env requirement and behavior when missing. Does not explicitly state when not to use or compare to alternatives, but sibling list provides context.

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/seldonframe/reelier'

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