Skip to main content
Glama
goyalayus

IIT Roorkee Academics MCP

by goyalayus

Change Authenticated AIS Password

ais_password_change
Destructive

Update your IIT Roorkee Academics portal account password using the encrypted changeAuthPass protocol. Provide current and new password with confirmation.

Instructions

Change the current account password using the portal's encrypted changeAuthPass protocol.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmYes
newPasswordYes
currentPasswordYes
Behavior2/5

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

Annotations indicate destructiveHint=true and readOnlyHint=false, but the description adds little beyond mentioning an encrypted protocol. It does not disclose error behavior (e.g., wrong current password) or side effects like session invalidation.

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

Conciseness3/5

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

The description is a single sentence with no extraneous words, but it omits critical information. Conciseness is achieved at the expense of clarity for parameter usage.

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

Completeness1/5

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

With no output schema and no parameter descriptions, the description fails to provide enough context for safe invocation. The agent cannot know the meaning of 'confirm' or the consequences of invalid input.

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?

Schema description coverage is 0%, and the description provides no explanation for any of the three parameters (currentPassword, newPassword, confirm). The agent does not learn that 'confirm' must be true or that newPassword must be different from current.

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 verb 'Change' and the resource 'current account password', and mentions the specific protocol. It is distinct from sibling tools like ais_password_reset_* which handle forgotten password flows.

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 does not provide any guidance on when to use this tool vs. alternatives like password reset tools. It does not mention prerequisites (e.g., user must be logged in, know current password) or exclusions.

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