Skip to main content
Glama
subbuyalla

WeTrack Enterprise MCP Server

by subbuyalla

wetrack_get_oauth_callback_info

Explains how Microsoft OAuth callback identifies WeTrack users, auto-registers them on first login, and issues sessions. Provides documentation about the flow without calling the endpoint.

Instructions

Get information about the Microsoft OAuth callback endpoint. This endpoint is called automatically by Microsoft after login — it resolves the identity to a WeTrack user (auto-registering on first login) and issues a session.

Returns documentation about the callback flow rather than calling the endpoint (which requires browser-level interaction with state params).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses that the underlying endpoint is automatic, resolves identity, auto-registers on first login, issues a session, and that this tool specifically avoids calling the endpoint because browser-level interaction with state params is required. This is rich, accurate, and far beyond a minimal description.

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 compact and front-loaded, with the core purpose in the first sentence. Every subsequent sentence adds useful context about the endpoint's behavior and why this tool returns documentation instead of calling it. No filler or redundancy.

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 the tool has no parameters alert and an output schema, the description fully explains what the tool does, why it exists, and what its limitations are. An agent can correctly decide when to call it without needing additional information.

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

Parameters4/5

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

The input schema has zero parameters and 100% schema description coverage by default, so the baseline is 4. The description reinforces that no parameters are needed by explaining the tool is informational and does not perform a live callback, but it does not explicitly state 'this tool takes no parameters.'

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 ('Get information') and the specific resource ('Microsoft OAuth callback endpoint'). It further distinguishes itself by clarifying that it returns documentation about the callback flow rather than invoking the endpoint, which separates it from other OAuth-related tools like wetrack_get_microsoft_signin_url.

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 explains that the endpoint is called automatically by Microsoft after login and that this tool returns documentation rather than performing the callback. This gives clear context for when to use it, though it does not explicitly name alternative tools or state 'use this when you need flow documentation, not when you need to initiate OAuth.' The implication is strong enough to score above average.

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