Skip to main content
Glama

Eva Descargar Material

eva_descargar_material

Download course materials to a specified destination and receive the paths of the saved files.

Instructions

Descarga los materiales de un curso a destino y devuelve las rutas.

destino acepta rutas Windows nativas, ~/... y rutas MSYS (/tmp/..., /c/Users/...); se normalizan automáticamente.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cursoYes
destinoYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

B3.2/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 behavioral disclosure burden. It does disclose path normalization behavior, which is useful, but it omits filesystem side effects such as directory creation or overwrite behavior, authentication requirements, and failure 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 compact and well-structured: the action and return behavior are front-loaded, followed by the path-format caveat. Every sentence carries necessary information without redundancy.

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?

The output schema likely covers return structure, but a required parameter (`curso`) remains undefined in both schema and description. The description also does not mention authentication or prerequisites, despite the existence of an eva_login sibling, so an agent cannot reliably know how to construct a valid call.

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?

The description adds meaningful semantic value for `destino` by specifying accepted path formats and automatic normalization, which the schema lacks entirely. However, `curso` is left completely undocumented, and with 0% schema description coverage, the description only partially compensates for the overall gap.

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 states a specific action ('Descarga los materiales de un curso'), the target resource, the destination, and the return value ('devuelve las rutas'). This clearly distinguishes it from sibling tools like eva_material, which likely deals with material metadata rather than downloading.

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?

There is no explicit guidance on when to use this tool versus alternatives like eva_material or eva_login. The intended use case is only implicitly inferable from the verb 'Descarga', and no prerequisites, exclusions, or alternative tool pointers are provided.

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

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/FranciszekaMateu/eva-mcp'

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