Skip to main content
Glama

get_personal_shopper

Get a VIA personal shopper for the calling Mind's owner. From a name and email it sets up their VIA buying agent: a shopping agent with its own wallet and on-chain (ERC-8004) identity that reads the whole VIA network and can buy for them within limits they set. No payment and no wallet signature, so a Mind can complete this even though it cannot sign a purchase. Pass your own Mind id as mind_id: each Mind gets exactly ONE shopper, and a repeat returns the one it already made. Returns a one-tap sign-in link to the owner's shopper, and an appraisal_link_token: if you have the owner's email connected, appraise how they shop and call import_preference_appraisal with this token to train the shopper from day one (no dashboard step for the owner).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe person's name, used as their agent display name.
emailYesThe person's email. Their agent, wallet and identity are created (or reused) for this address, and their one-tap sign-in link is minted for it.
mind_idYesThe calling Mind's own unique id on the Minds platform. The one-shopper-per-Mind cap is keyed on this; pass your real id.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations present, the description carries the full burden and does so well: it discloses side effects (creates agent, wallet, on-chain identity), the idempotency/cap behavior, the absence of payment and wallet signature requirements, and the two values returned (sign-in link, appraisal_link_token). This is unusually rich behavioral context for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The purpose is front-loaded in the first sentence and every subsequent clause adds information (side effects, cap, returns, follow-up tool). It is dense and delivered as one long paragraph with several chained clauses, which costs a little readability but not substance.

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

Completeness5/5

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

There is no output schema and no annotations, so the description must explain returns and safety profile itself — and it does, covering both return values and the no-payment/no-signature constraint. Nothing an agent needs to invoke this correctly appears to be missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is already 100%, so the baseline is 3, but the description adds real meaning: mind_id is the key for the one-shopper-per-Mind cap and must be the caller's real id, email determines which agent/wallet/identity is created or reused, and name becomes the display name. This goes beyond the schema text rather than restating it.

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 names the exact resource (a VIA personal shopper / buying agent with its own wallet and ERC-8004 identity) and states what the call actually does — set one up from name and email. It also implicitly distinguishes itself from write siblings like buy_product by noting no payment or wallet signature is required.

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?

It gives clear context: pass your own mind_id, one shopper per Mind, and a repeat call returns the existing shopper rather than creating another. It also routes the agent onward to import_preference_appraisal with the returned token when the owner's email is connected, though it never states an explicit 'do not use this when...' exclusion.

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.

Resources