Skip to main content
Glama
nt4f04uNd

pricempire-mcp

by nt4f04uNd

Analyze portfolio

analyze_portfolio

Fetch and analyze your Pricempire trader portfolio to get total value, invested amount, profit/loss and ROI, category breakdown, top holdings, and items without price data in a structured JSON output.

Instructions

Fetch your Pricempire trader portfolio(s) once and return a structured analysis: total value, invested amount, profit/loss and ROI, a breakdown by item category (skin/container/glove/agent/charm/sticker) with subtotals and percentages, the top N most valuable holdings, and how many items had no current price match. Output is structured JSON, not prose, so the calling agent can turn it into a narrative for the user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNNoNumber of top items to include. Defaults to 10.
portfolioNoName or slug of a specific Pricempire trader portfolio to use, for accounts with multiple portfolios (e.g. "Main portfolio"). Omit to use all portfolios on the account combined.
Behavior3/5

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

With no annotations, the description carries full burden. It states the tool fetches data (read-only behavior) and returns structured JSON, and mentions handling of items without price matches. However, it does not disclose authentication needs, rate limits, or error behavior (e.g., empty portfolio), leaving some gaps.

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 single sentence but is well-structured and front-loaded with the core action. Every clause adds meaningful detail about output contents. There is no redundancy or 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?

Given the low parameter complexity and absence of output schema, the description effectively explains all major output components (value, breakdown, top items, unmatched price count). It also notes the output format. Minor omission: handling of empty portfolios or errors, but overall complete enough for an analysis tool.

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?

The schema covers both parameters with descriptions (100% coverage), so baseline is 3. The description adds context: the 'portfolio' parameter is explained in terms of account setup (multiple portfolios), and omitting it means combining all. This clarifies usage beyond schema defaults.

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 clearly states the verb 'Fetch' and the resource 'portfolio analysis', listing specific outputs like total value, profit/loss, category breakdown, and top N holdings. This differentiates it from siblings such as list_portfolio_items (which likely lists items without analysis) and get_portfolio_value (which may just give a single value).

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 implies when to use this tool (when a comprehensive analysis with breakdowns is needed) and hints at alternatives (e.g., get_portfolio_value for just total value), but does not explicitly state when not to use it or list alternatives. However, the context is clear enough for an agent to infer.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nt4f04uNd/pricempire-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server