Skip to main content
Glama

Transfer user to MyWage

transfer_user

Creates a MyWage user with the supplied personal, employment and financial data. Only email is required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNo
ibanNo
emailYes
genderNo
streetNo
channelNo
birthdayNo
job_typeNo
postcodeNo
last_nameNo
tax_classNo
first_nameNo
net_incomeNo
partner_idNo
total_debtNo
nationalityNo
house_numberNo
loan_purposeNo
monthly_rentNo
phone_numberNo
schufa_entryNo
employer_cityNo
employer_nameNo
family_statusNo
academic_titleNo
place_of_birthNo
employer_streetNo
living_situationNo
employer_postcodeNo
is_property_ownerNo
registration_modeNo
small_loan_amountNo
number_of_childrenNo
pension_start_dateNo
adults_in_householdNo
small_loan_durationNo
monthly_income_otherNo
children_in_householdNo
employer_house_numberNo
preferred_loan_amountNo
total_number_of_loansNo
is_in_probation_periodNo
monthly_income_alimonyNo
monthly_income_pensionNo
monthly_expense_alimonyNo
preferred_loan_durationNo
total_monthly_debt_paymentNo
working_at_current_job_sinceNo
living_at_current_address_sinceNo
monthly_expense_health_insuranceNo
current_job_contract_is_limited_tillNo
monthly_income_verifiable_additionalNo
monthly_income_child_or_care_allowanceNo
date_since_income_verifiable_additionalNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes
responseYes

TDQS

B3.3/5.0
Behavior3/5

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

The description adds the behavioral trait that this is a create operation, which is not explicitly stated in the annotations (they only provide openWorldHint=true, idempotentHint=false, destructiveHint=false). However, it does not disclose side effects, whether existing data is overwritten, authentication needs, or any other operational behavior. Given the annotations are present, the bar is lower, but the description still lacks depth.

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, efficient sentence that states the core purpose and the key requirement. Every word earns its place, and it is front-loaded with the action and resource. No fluff or redundancy.

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?

Despite having 54 parameters and an output schema, the description gives only a one-sentence overview. It does not mention prerequisites, side effects, or any operational context. While the output schema exists (so return values are covered), the tool's complexity demands a richer description to help an agent select and invoke it correctly.

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?

The schema has 54 parameters with zero property descriptions. The description groups them into 'personal, employment and financial data' and notes 'Only email is required', which adds some meaning. However, this is minimal compensation for the large, undocumented parameter set. It does not explain specific formats, constraints, or relationships between parameters beyond what the schema already encodes.

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 a specific action: 'Creates a MyWage user' with the supplied data. It names the resource (MyWage user) and scope (personal, employment, financial data), and clarifies the minimum requirement. While the title 'Transfer user' is somewhat ambiguous, the description resolves it by using the verb 'creates'.

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 provides no guidance on when to use this tool versus alternatives, nor any exclusions or prerequisites. 'Only email is required' is a parameter detail, not usage guidance. With no sibling tools listed, the description still fails to explicitly state the intended context or when not to use it.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.1/5.0
Disambiguation5/5

With only one tool, there is no possibility of confusion between tools. The single tool has a clearly defined purpose as described.

Naming Consistency3/5

The name 'transfer_user' is misleading for a tool that creates a user, as 'transfer' implies moving funds rather than creating an account. However, with only one tool, there is no pattern to compare against.

Tool Count2/5

The server has only one tool, which feels very thin for a domain like money management. The scope of the server is unclear given the limited surface.

Completeness1/5

The server only supports creating a user, with no tools for payments, balances, transfers, or any other operations that would be expected for a money-related MCP. The surface is severely incomplete.

Resources