Skip to main content
Glama

list_video_operations

List submitted video operations newest first to find a recovery_id and resume or collect results via get_video_status.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. List the video operations submitted with this key, newest first. Reads only the local operation store — no Google call. Use a listed recovery_id with get_video_status to resume or collect.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoPage size (1-100).
statusNoOnly operations in this stored status (default: every status).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries full behavioral disclosure. It clearly states it runs in the Kuudo deployment (not here), reads only the local operation store, and makes no Google call. The phrase 'reads only' implies a read-only, non-destructive operation. This provides sufficient context about execution environment and side-effect profile, though it does not mention authorization or error behavior.

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?

Three sentences with no redundancy. The most important facts (catalog entry, local execution, ordering, alternative tool) are front-loaded. Every sentence adds value, and the description is appropriately concise for a simple list operation.

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?

There is no output schema, so the description must hint at return contents. It mentions the recovery_id and its use with get_video_status, which implies the output includes recovery identifiers. It also states ordering and filtering options indirectly via the schema. While it does not fully enumerate all returned fields, it covers the essential usage context for an agent to call it correctly.

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%, so the parameters (limit and status) are fully documented in the schema itself. The tool description adds no additional meaning beyond what the schema provides, so the baseline of 3 applies.

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?

States a specific verb ('list'), resource ('video operations'), and scope ('submitted with this key'), and adds ordering ('newest first'). It differentiates from the sibling get_video_status by explicitly pointing to that tool for resuming/collecting via recovery_id. This leaves no ambiguity about what the tool does.

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 direction to use get_video_status with a recovery_id for resuming/collecting, which is a clear alternative. It also notes the tool reads only the local operation store and makes no Google call, implying it is for local operations only. It does not exhaustively contrast with all siblings, but the key alternative is addressed.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/KuudoAI/amazon-agent-iris-mcp'

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