Skip to main content
Glama

extract_resources

Retrieve resource links and files from an UpGrad class detail view to centralize course materials.

Instructions

Extract resource links/files from the current class detail view

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
classNameOrIdNoOptional class name for labeling
Behavior2/5

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

With no annotations provided, the description must fully disclose behavior. It indicates a read-like operation ('Extract') but does not describe output format, error handling, or the dependency on being on the correct page. It lacks details about side effects or requirements, leaving significant ambiguity.

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, clear sentence that front-loads the action and resource. Every word contributes meaning, with no redundant or filler content.

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 tool is simple (1 optional param, no output schema), but the description does not explain what 'resource links/files' means concretely, what the tool returns, or that it requires prior navigation to a class detail view. This is important context for an agent to invoke 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?

The schema provides 100% coverage for the single parameter (classNameOrId: 'Optional class name for labeling'). The description adds no further meaning beyond the schema, so the baseline score of 3 is appropriate.

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 uses a specific verb ('Extract') and states the resource ('resource links/files') and the location ('current class detail view'). It clearly differentiates from siblings like extract_transcript and download_resource by specifying what is extracted.

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?

The description implies the tool operates on the current class detail view but does not explicitly state when to use it versus alternatives (e.g., extract_transcript for transcripts, download_resource for downloading). No exclusions or prerequisites are mentioned beyond the implicit page context.

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/aunkidwai/lxp_firefox_mcp'

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