Skip to main content
Glama
goyalayus

IIT Roorkee Academics MCP

by goyalayus

Get Student Transcript

ais_student_transcript
Read-only

Read and decrypt your authenticated academic transcript data from the IIT Roorkee portal.

Instructions

Read and decrypt the authenticated student's transcript data from the endpoint used by the student transcript screen.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
payloadNo
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the read-only nature is covered. The description adds the 'decrypt' behavior, which is a useful disclosure beyond annotations. However, it does not specify what happens if the user is not authenticated or if the payload contains invalid data, and lacks details on potential side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that is straightforward and front-loaded with key actions (read and decrypt). It could be slightly more concise by omitting 'from the endpoint used by the student transcript screen,' but overall it is not verbose.

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?

Given the tool's complexity (one optional parameter, no output schema), the description should provide information about return data, typical usage context, or behavior on failure. It lacks any detail about what the transcript data contains, how to interpret the output, or error handling, making it incomplete for an agent to invoke correctly without additional knowledge.

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

Parameters1/5

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

The input schema has one optional parameter 'payload' with 0% description coverage and no defined properties. The description does not explain what the payload should contain, how to structure it, or its purpose. This leaves the agent with no additional meaning beyond the schema, which itself is generic.

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 clearly states the tool reads and decrypts the student's transcript data, with a specific reference to the endpoint used by the transcript screen. While the verb and resource are clear, it does not explicitly differentiate from sibling tools such as ais_student_gradesheet or ais_student_fee_details, but the name itself distinguishes it.

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 provides no guidance on when to use this tool versus its siblings (e.g., aisle_student_gradesheet for grades). It does not mention prerequisites, authentication requirements, or when not to use it, leaving the agent to infer from the name alone.

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/goyalayus/iitr-academics-mcp'

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