Skip to main content
Glama
subbuyalla

WeTrack Enterprise MCP Server

by subbuyalla

wetrack_set_password

Set a new password for the authenticated user during first-time login. Use this to complete initial authentication and secure your account.

Instructions

Set the initial password for the currently authenticated user (used during first-time login flows).

Args: password: The new password to set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
passwordYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.7/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral burden. It does disclose the auth context ('currently authenticated user') and the first-time-login scope, but it does not mention side effects such as session invalidation, password policy requirements, or whether this permanently replaces an existing password.

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 opening sentence is short, specific, and front-loaded with the most important information. The Args block is largely redundant with the input schema, but it is brief and does not cause meaningful bloat.

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

Completeness3/5

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

For a one-parameter auth operation, the core intent and invocation context are clear, and the output schema can cover return values. Still, the lack of behavior details and password requirements leaves some gaps that an agent would need when calling this tool in a real first-time-login flow.

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

Parameters2/5

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

Schema coverage is 0%, and the description only adds 'The new password to set,' which is barely more than the schema's title 'Password.' It clarifies that this is the replacement value but doesn't provide constraints like minimum length, complexity, or whether it must differ from a previous password.

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 and resource ('Set the initial password for the currently authenticated user') and adds the key nuance that this is for first-time login flows. This clearly distinguishes it from siblings like wetrack_change_password and wetrack_forgot_password.

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 phrase 'used during first-time login flows' provides clear context for when the tool should be invoked. However, it does not explicitly mention alternatives or say not to use it for regular password changes, so it stops short of full guidance.

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

Deploy Server

Other Tools