Skip to main content
Glama
kostikpenzin

mcp-iva-mcu

by kostikpenzin

iva_documents

Convert documents to whiteboard pages, delete single or multiple documents, and list converted pages for video conferencing workflows.

Instructions

IVA user documents: convert document, delete single/multiple, list converted pages. Clients API v2.28.12.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results
actionYesOperation to perform: - "convert": Convert a document to whiteboard pages (PDF/PPTX -> slides). Конвертировать документ в страницы доски. - "delete": Delete a single document. Удалить документ. - "delete_multiple": Delete multiple documents at once. Удалить несколько документов. - "get_pages": Get the list of converted pages for a document (with pagination).
offsetNoNumber of results to skip (pagination offset)
confirmNoSet to true to confirm destructive actions (delete, remove, stop, etc.) when IVA_CONFIRM_DESTRUCTIVE is enabled.
documentIdNoDocument UUID
documentIdsNoArray of document UUIDs

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.8

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It mentions delete operations, which imply mutation, but does not disclose that deletes are destructive, irreversible, or may require confirmation. There is no mention of authentication, side effects, or return 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?

The description is a single front-loaded sentence that states scope and operations without redundancy. The API version is a minor extra but does not hurt clarity or structure.

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 having no annotations and no output schema, the description is very terse for a multi-action tool with destructive operations. It omits what the tool returns, when confirmation is needed, and how it relates to other document tools. The schema covers parameters, but the description does not provide enough operational context for an agent to invoke the tool confidently.

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%, and the schema already documents all six parameters including the action enum values and the confirm flag semantics. The tool description adds only a high-level summary of operations, so it does not meaningfully improve parameter understanding beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a clear resource ('IVA user documents') and specific operations: convert, delete single/multiple, and list converted pages. This gives an agent enough to identify the tool's basic function, though it does not explicitly distinguish itself from sibling tools like iva_conference_documents.

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

Usage Guidelines2/5

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

No guidance is given about when to use this tool versus alternatives, and no exclusions or prerequisites are mentioned. The phrase 'IVA user documents' implies a scope, but the description does not state conditions like 'for user-level documents, not conference documents'.

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