Skip to main content
Glama
mywhoosh-community

MyWhoosh MCP Server

registerUser

Create a user account on MyWhoosh by submitting name, email, password, birth date, height, weight, and gender information. Optionally include FTP and marketing consent.

Instructions

Register a new MyWhoosh user account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ftpNoFunctional Threshold Power in watts
emailYesEmail address
dobDayYesDay of birth (1-31)
genderYesGender (0 = Male, 1 = Female)
heightYesHeight in cm
weightYesWeight in kg
countryNoCountry code
dobYearYesYear of birth
dobMonthYesMonth of birth (1-12)
lastNameYesLast name
passwordYesPassword
firstNameYesFirst name
allowMarketingEmailsNoAllow marketing emails
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only states the action (registering an account) without detailing success/failure behavior, side effects, authentication requirements, or whether a session is created.

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 a single, clear sentence with no fluff. It front-loads the core purpose and is appropriately concise for a simple registration operation.

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 (13 parameters, 10 required) and the absence of annotations or an output schema, this one-sentence description is insufficient. It does not explain what happens after registration, expected return values, or any additional context an agent would need to safely invoke it.

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?

The input schema provides 100% coverage of parameter descriptions, so the tool description adds no additional meaning beyond what's already in the schema. Baseline 3 is appropriate since the schema does the heavy lifting.

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 tool's function with a specific verb ('Register') and resource ('a new MyWhoosh user account'). It distinguishes this from sibling tools like login or updatePlayerData, making it unambiguous.

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 offers no explicit guidance on when to use this tool versus alternatives. It does not mention exclusions, prerequisites, or contrast with login or other account-related tools, leaving usage inference only to the tool's name.

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/mywhoosh-community/mywhoosh-mcp-server'

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