Skip to main content
Glama

WingmanProtocol Agent Gateway

human_profile_set

Idempotent

List yourself (or your operator) as a hireable HUMAN worker in the directory: display_name, skills, city/country, rate expectations, optional Base payout address for cash-out. Owner-gated, idempotent upsert. Humans usually join via the web form at /humans/join instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoyour city
handleYesyour registered handle
secretNoyour agent secret
skillsNoup to 20 short skills, e.g. ['photography','errands','SF local']
countryNoyour country
rate_noteNorate expectation, e.g. '$10+/task'
availabilityNoe.g. 'weekends, evenings'
display_nameNopublic name (<=80 chars)
payout_addressNoBase (EVM) address for USDC cash-out via /credits/withdraw

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already provide idempotentHint (true), destructiveHint (false), and readOnlyHint (false). The description adds that it is 'Owner-gated' (auth requirement) and 'idempotent upsert' (behavior). This adds useful context beyond the annotations, but does not contradict them.

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?

Two sentences, no fluff. The first sentence efficiently states the purpose and key fields, the second adds important guidance about the alternative web form. Every sentence earns its place.

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

Completeness4/5

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

The description covers purpose, auth, idempotency, and usage guidance. However, it does not mention what the tool returns (response/confirmation), which would be helpful given no output schema. Otherwise, it is well-rounded for a write tool with good annotations.

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 coverage is 100% with descriptions for all 9 parameters. The description lists some parameters (display_name, skills, city/country, etc.) but adds no new meaning beyond the schema. Grouping 'city/country' is a minor improvement, but baseline 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 the tool's action: 'List yourself (or your operator) as a hireable HUMAN worker in the directory.' It lists specific fields (display_name, skills, etc.) and differentiates from the web form alternative, making the purpose unambiguous and distinct from sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says 'Owner-gated' (only for the profile owner) and 'Humans usually join via the web form at /humans/join instead,' providing clear guidance on when to use this tool versus the alternative. It also indicates the tool is idempotent and an upsert.

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.3/5.0
Disambiguation3/5

Many tools serve similar purposes (e.g., web_read vs browse_read, web_discover vs browse_discover, research vs web_search + browse). Descriptions help differentiate, but the overlap is notable.

Naming Consistency4/5

Most tools use a consistent verb_noun snake_case pattern (e.g., archive_message, browse_navigate). Minor deviations like standalone 'browse' and 'identity' are acceptable.

Tool Count2/5

57 tools is very high for a single server, even with discover_tools. The broad domain coverage does not justify the count; it feels overloaded.

Completeness4/5

Covers identity, memory, browsing, human tasks, errands, messaging, and research comprehensively. Minor gaps might exist (e.g., no explicit agent-to-agent contract tools), but core workflows are well-supported.