create_concierge
ActiveTool of Real Real Genuine
[CONCIERGE] Create a Personal Shopper (free, rule-based) or Concierge (credit-based, LLM-powered) on RRG. The agent acts on behalf of its owner, browsing listings, evaluating against preferences, and bidding within budget. Returns the agent ID and session details. The created agent can be managed via the dashboard at realrealgenuine.com/agents/dashboard.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"email",
"name",
"wallet_address"
],
"properties": {
"name": {
"type": "string",
"minLength": 1,
"description": "Name for the agent (e.g. \"StyleHunter\", \"LuxFinder\")"
},
"tier": {
"enum": [
"basic",
"pro"
],
"type": "string",
"default": "basic",
"description": "\"basic\" = Personal Shopper (free, rule-based). \"pro\" = Concierge (credit-based, LLM-powered, learns over time)."
},
"email": {
"type": "string",
"format": "email",
"description": "Owner email address"
},
"style_tags": {
"type": "array",
"items": {
"type": "string"
},
"description": "Fashion style preferences: streetwear, luxury, vintage, sneakers, etc."
},
"persona_bio": {
"type": "string",
"description": "Agent personality description"
},
"llm_provider": {
"enum": [
"claude",
"deepseek"
],
"type": "string",
"default": "claude",
"description": "LLM provider for Concierge tier. Claude (Anthropic) or DeepSeek."
},
"persona_voice": {
"type": "string",
"description": "Communication tone: formal, casual, witty, technical, streetwise"
},
"bid_aggression": {
"enum": [
"conservative",
"balanced",
"aggressive"
],
"type": "string",
"default": "balanced",
"description": "Bid style: conservative (reserve price), balanced (midpoint), aggressive (ceiling)"
},
"wallet_address": {
"type": "string",
"pattern": "^0x[a-fA-F0-9]{40}$",
"description": "EVM wallet address for the agent (receives purchases, holds USDC)"
},
"free_instructions": {
"type": "string",
"description": "Natural language instructions for what the agent should look for"
},
"budget_ceiling_usdc": {
"type": "number",
"description": "Maximum USDC per transaction"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Real Real Genuine
https://github.com/richardjhobbs/rrg
1/7 registries