Skip to main content
Glama
andresaguirre08

Polar Fitness MCP Server

polar_get_authorization_url

Read-onlyIdempotent

Generate the Polar OAuth authorization URL to begin the authentication flow. Provide your Polar API client ID to receive the URL for user authorization.

Instructions

Generate the Polar OAuth authorization URL. Use this to start the OAuth flow and get an authorization code. Requires your Polar API client ID from https://admin.polaraccesslink.com/

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
clientIdYesYour Polar API client ID from https://admin.polaraccesslink.com/
redirectUriNoOAuth redirect URI (optional, defaults to https://localhost:8080/callback)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint:true, idempotent:true, and destructiveHint:false, covering the safety profile. The description adds no additional behavioral details beyond stating it generates a URL, which is already implied. It does not contradict the annotations, but also does not go beyond them, so the bar for adding context above annotations is not met.

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 concise, two sentences long, and directly states the purpose and required input. No unnecessary fluff or repetition beyond the schema, making it well-structured and efficient.

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?

This is a simple tool with two parameters, one required, no output schema, and no nested objects. The description clearly explains its role in the OAuth flow, and sibling tools like polar_exchange_authorization_code provide the context for the next step. Nothing critical is missing for an agent to use 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?

Schema description coverage is 100% for both parameters, with clear descriptions for clientId and redirectUri. The tool description repeats the clientId requirement but does not add any extra semantic detail beyond what is already in the schema. 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 clearly states that the tool generates the Polar OAuth authorization URL for starting the OAuth flow and obtaining an authorization code. It distinguishes itself from sibling tools like exchange_authorization_code, which is the subsequent step.

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 explicitly says 'Use this to start the OAuth flow,' giving clear context for when to invoke it. It implies the next step (exchange_authorization_code) without naming it directly, but the sibling list makes the usage context clear. Missing an explicit 'instead of' alternative, hence not a 5.

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

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/andresaguirre08/PolarMCP'

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