Skip to main content
Glama
geo-pera
by geo-pera

Invoke Clip Create From Item

clip.create_from_item
Idempotent

Creates and dispatches a cog_clip job from an item, ensuring idempotency to prevent duplicate jobs on retry.

Instructions

Create + dispatch a cog_clip job from an item — a money path (reserves CU), so it carries Idempotency-Key parity: a retry replays the first response (one job reserved + dispatched, never a duplicate).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
x-api-keyNo
bodyNo
Behavior4/5

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

Description adds significant behavioral context beyond annotations: explains it's a money path (reserves CU), idempotency key parity, and that retries return first response without duplication. No contradiction with annotations (idempotentHint=true). Minor gap: no mention of side effects beyond job creation.

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 dense sentence conveys core purpose and critical behavioral nuances without extraneous words. Front-loaded with key action.

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

Completeness2/5

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

Despite complexity (money path, idempotency, job dispatch), description lacks return value explanation, parameter details, and input specification (e.g., how to identify the item). Minimal schema output exacerbates gaps.

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

Parameters1/5

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

Input schema has 2 parameters with 0% description coverage; description does not explain x-api-key or body meaning, leaving the agent to guess. No compensation for absent schema documentation.

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?

Description uses specific verb+resource ('Create + dispatch a cog_clip job from an item') and clearly distinguishes from sibling clip tools (e.g., clip.job.get, clip.jobs.list) by focusing on creation and dispatch.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Description provides important context (money path, reserves CU, idempotency key parity) but lacks explicit guidance on when to use vs alternatives (e.g., processing.create_and_dispatch) or when not to use.

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/geo-pera/geopera-mcp'

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