Skip to main content
Glama
blanck1945

zyta-sign-mcp

by blanck1945

Subir documento PDF

kairo_upload_document

Upload a PDF to Zyta. Returns the created document, or a 409 error if duplicate; use force=true to upload anyway.

Instructions

Sube un PDF a Zyta. Requiere scope 'write'. Devuelve el documento creado o error 409 si es duplicado (usá force=true para subir igual).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
base64YesContenido del PDF en base64.
filenameYesNombre del archivo (ej. contrato.pdf).
aliasNoAlias opcional para identificarlo.
studioIdNoID de estudio destino (opcional).
areaIdNoID de área dentro del estudio (opcional).
forceNotrue = subir aunque ya exista el mismo hash.
Behavior4/5

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

With no annotations provided, the description fully bears the burden of disclosing behavior. It explains that the tool creates a document, requires write scope, returns the created document, and returns an error 409 if a duplicate exists, plus the force flag to override. This covers key behavioral traits, though it omits details like size limits or storage permanence.

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 extremely concise: two sentences, no fluff. The first sentence states the core action, and the second addresses error handling and a parameter. It is front-loaded and every word earns its place.

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 the tool has 6 parameters and no output schema, the description adequately covers the core purpose, return value (created document), and error handling. It does not detail the response structure, but for a create tool, this is sufficient. It could mention more about the required scope, but that is already stated.

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 input schema already describes each parameter. The description adds only a restatement of the force parameter's purpose ('usá force=true para subir igual'), which is redundant with the schema. The description does not explain other parameters beyond what the schema provides, thus adding minimal value.

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 begins with a clear verb and resource: 'Sube un PDF a Zyta.' This directly states the action (upload) and the object (PDF) to the system (Zyta). It also mentions what it returns and an error condition, distinguishing it from siblings like kairo_upload_documents (plural) or kairo_download_document.

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?

The description states a prerequisite ('Requiere scope 'write'') and gives guidance on handling duplicates ('usá force=true para subir igual'). It does not explicitly contrast with sibling tools, but the error information helps the agent know when to use the force parameter. This provides clear context for usage without excluding alternatives.

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/blanck1945/zyta-sign-mcp'

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