Skip to main content
Glama

NexusTrade Financial MCP

search_public_portfolios

Search and browse publicly shared portfolios from other NexusTrade users, sorted by performance metrics. Optional profileId filters to one creator's public/monetized books (from Search Creators / /p/:profileId).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default 1)
limitNoResults per page (default 20, max 100)
sort_byNoSort field: week, month, threeMonths, sixMonths, year, ytd, allTime, followerCount, bookmarkCount, maxDrawdown, sharpeRatio. maxDrawdown ranks lowest |drawdown| first and excludes 0 (idle books). sharpeRatio ranks highest first.
min_sharpeNoMinimum Sharpe ratio filter. Combine with max_drawdown.
profile_idNoOptional public creator profileId (from search_creators / /p/:profileId). When set, returns only that creator's public/monetized shared portfolios.
sort_orderNoSort order: 1 or -1 (default -1, or 1 when sort_by is maxDrawdown)
max_drawdownNoKeep listings whose |max drawdown| is at most this percent. Idle books with max drawdown of 0 are excluded. Combine with min_sharpe.
trading_typeNoTrading type: paper-trading or live-trading
min_followersNoMinimum follower count filter (default 0)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/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 does add useful behavioral context, such as the public/monetized scope and the ability to filter by profileId, but it does not disclose output format, pagination details, or the read-only nature of the search operation beyond the word 'browse'.

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 concise and well-structured: a two-sentence opener that front-loads the core purpose and then adds the most important filter. There is no wasted text or redundancy with the schema.

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

Completeness3/5

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

For a tool with 9 parameters, no annotations, and no output schema, the description provides only a partial picture. It explains the search scope and the profileId filter, but it does not indicate what a result entry looks like or what return format the caller should expect.

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 100%, so the schema already documents every parameter thoroughly. The description adds meaningful extra context for profile_id by telling the agent it comes from Search Creators or /p/:profileId, which is valuable beyond the schema's description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: searching and browsing publicly shared portfolios from other NexusTrade users, sorted by performance metrics. It is specific about the resource and scope, though it does not explicitly differentiate itself from sibling tools like fetch_portfolios.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use the tool: for browsing or searching public portfolios, and optionally filtering by one creator's profileId. However, it does not explicitly state when not to use it or compare it with alternatives such as fetch_portfolios or get_portfolio.

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.