Skip to main content
Glama

Get wallet portfolio value

get_wallet_portfolio_value
Read-onlyIdempotent

Alias of polymarket_get_wallet_portfolio_value. Get the current total value of public Polymarket positions for an explicit proxy wallet address.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
walletAddressYesPublic Polymarket proxy wallet address. Google sign-in does not supply a wallet address.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
metaYes
portfolioYes

Schema Changelog

Changes observed during successful MCP inspections.

No schema history has been recorded yet.

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already cover safety (readOnly, idempotent, non-destructive), so the bar is lower. The description adds meaningful behavior beyond annotations: the value is 'current', limited to 'public' positions, and requires an explicit proxy wallet address rather than resolving one automatically. It also reveals the alias relationship with the polymarket_ sibling.

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 two tight sentences with no filler. The alias is front-loaded to immediately orient the agent, and the actual behavior is stated clearly in the second sentence.

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?

For a single-parameter read-only tool with a full output schema and clear annotations, the description is complete: it states the resource, the scope, the alias, and the requirement for an explicit proxy wallet address. No critical information is missing.

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 100%, and the walletAddress parameter is fully documented with type, pattern, and the Google sign-in caveat. The description only reinforces 'explicit proxy wallet address' without adding semantics the schema lacks, so the baseline score of 3 applies.

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 uses a specific verb ('Get') and resource ('current total value of public Polymarket positions') and scopes it to an explicit proxy wallet address. It also identifies itself as an alias of polymarket_get_wallet_portfolio_value, making it unambiguous among the sibling list.

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 clearly conveys when to use it: to retrieve the total current value of public positions for a proxy wallet address. The schema adds a concrete exclusion by noting Google sign-in does not supply a wallet address. It does not explicitly name alternative tools for related queries like positions or PnL, so it stops short of full exclusion guidance.

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