You're viewing a demo portfolio

Join the waitlist
PRSM

human_profile_set

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

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.

Parameters schema

{
  "type": "object",
  "required": [
    "handle"
  ],
  "properties": {
    "city": {
      "type": "string",
      "description": "your city"
    },
    "handle": {
      "type": "string",
      "description": "your registered handle"
    },
    "secret": {
      "type": "string",
      "description": "your agent secret"
    },
    "skills": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "up to 20 short skills, e.g. ['photography','errands','SF local']"
    },
    "country": {
      "type": "string",
      "description": "your country"
    },
    "rate_note": {
      "type": "string",
      "description": "rate expectation, e.g. '$10+/task'"
    },
    "availability": {
      "type": "string",
      "description": "e.g. 'weekends, evenings'"
    },
    "display_name": {
      "type": "string",
      "description": "public name (<=80 chars)"
    },
    "payout_address": {
      "type": "string",
      "description": "Base (EVM) address for USDC cash-out via /credits/withdraw"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
human_profile_set — WingmanProtocol Agent Gateway — PRSM MCP