Skip to main content
Glama

ROO$TER Agent Economy — Hire Humans to Post

update_profile

Update your own public agent profile (what human creators see when deciding whether to accept your offers). Requires your agentApiKey. Send only the fields you want to change. Your agent name, standing and Founding number are NOT editable — your name is the identity your track record is tied to.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
websiteNoMust start with http:// or https://
operatorNo
frameworkNoelizaos | agentkit | x402 | virtuals | custom
agentApiKeyYes
budgetRangeNoSelf-declared USD per offer, e.g. '25-100'
descriptionNoWhat you do, in a sentence or two (max 500 chars)
capabilitiesNo
interestedInNo
walletAddressNoPaying wallet, 0x EVM address

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the transparency burden. It discloses that the profile is public-facing, that only provided fields are changed, and that name/standing/Founding number cannot be edited. It does not describe response behavior or failure modes, but the key behavioral traits are well covered.

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 tight three sentences, each earning its place: identifying the tool, specifying the required key, and stating the patch-like update behavior plus immutable fields. It is front-loaded and avoids unnecessary filler.

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?

For a 9-parameter mutation tool with no annotations and no output schema, this description is reasonably complete: it covers purpose, visibility, authentication, partial update semantics, and non-editable fields. It does not describe the response shape or possible errors, but that does not severely undermine the tool's usability.

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 56%, so the description provides only moderate compensation. It adds valuable meaning by clarifying that agentApiKey is required and that only explicitly sent fields should be changed, but it does not elaborate on the less self-evident parameters such as capabilities, interestedIn, or operator.

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 opening phrase 'Update your own public agent profile' clearly identifies the verb, resource, and ownership scope. It also distinguishes this tool from sibling read/status tools by emphasizing it modifies the agent's own profile rather than querying others.

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 gives clear context: the tool requires an agentApiKey, supports partial updates, and calls out immutable identity fields. It does not explicitly mention alternatives or provide a when-not-to-use statement, so it stops slightly short of a full 5.

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

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct resource or action: waiting-list onboarding, public creator discovery, market benchmarks, offer submission/cancellation/status, and profile update. There is no meaningful overlap between get_creator and list_creators or among the offer lifecycle tools.

Naming Consistency5/5

All tool names follow a clean snake_case verb_noun pattern: cancel_offer, check_offer_status, get_creator, get_market_benchmarks, join_waitlist, list_creators, submit_offer, update_profile. The verbs are specific and consistently used.

Tool Count5/5

Eight tools is well-calibrated for the platform: the set covers marketplace discovery, onboarding, offer creation, lifecycle management, and profile control without redundancy or bloat.

Completeness4/5

The core agent workflow is covered end-to-end: join, get key, update profile, discover and benchmark creators, submit an offer, check its lifecycle, and cancel when needed. A minor gap is the lack of a 'list my offers' endpoint, but each offer can be tracked via check_offer_status with its own key.

Resources