Skip to main content
Glama

Ver contenido de una materia

ver_contenido_materia

Browse course materials organized by unit. Get an index of units with resource counts, or retrieve full details and file URLs for a specific unit.

Instructions

Explora el material de una materia: apuntes, PDFs, videos, tareas y foros, organizados por unidad.

Sin el parámetro unidad devuelve el índice: la lista de unidades con cuántos recursos tiene cada una. Con unidad devuelve el detalle completo de esa unidad, incluidas las URLs de los archivos para bajar después con descargar_archivo.

Empezá siempre por el índice: las materias suelen tener decenas de unidades y pedir todo junto es innecesario.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
unidadNoNombre (o parte del nombre) de la unidad a detallar. Si se omite, se devuelve solo el índice.
courseidYesID de la materia, obtenido de listar_materias
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It transparently explains the two modes (index vs detail), that detail includes file URLs for later downloading with 'descargar_archivo', and implies a read-only operation. It does not explicitly state the tool is non-destructive, but the context strongly suggests it.

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 two tightly written paragraphs plus a standalone guiding sentence. Every sentence adds value: first paragraph states purpose, second paragraph explains two modes and mentions file URLs, third sentence gives usage advice. No wasted words, front-loaded with core purpose.

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

Completeness5/5

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

Given two parameters and no output schema, the description is remarkably complete. It covers the tool's dual behavior, the relationship with sibling tools (especially 'descargar_archivo'), and provides a best-practice invocation strategy. An agent can use this tool correctly without needing additional context.

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

Parameters5/5

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

Schema coverage is 100% (both parameters described in schema). The description adds extra meaning: for 'unidad', it explains it accepts a name or partial name and that omitting it changes behavior to returning only the index. For 'courseid', it mentions it comes from 'listar_materias', providing valuable contextual sourcing. This goes beyond the schema descriptions.

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 clearly states the tool explores course material (apuntes, PDFs, videos, tareas, foros) organized by unit. It distinguishes two modes: returning just the index when 'unidad' is omitted, and returning the full detail including file URLs when 'unidad' is provided. This differentiates it from siblings like 'descargar_archivo' or 'ver_trabajos_practicos'.

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 provides explicit guidance: 'Empezá siempre por el índice: las materias suelen tener decenas de unidades y pedir todo junto es innecesario.' This tells the agent to first call without 'unidad' to get an index, then optionally with 'unidad' for details. It could be more explicit about when not to use this tool versus siblings, but the guidance is clear and practical.

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/brujoh88/MCP-TUPAD'

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