Skip to main content
Glama
PantherWatch

panther-mcp

Official
by PantherWatch

tool_get_portfolio_backtest_results

Retrieve portfolio backtest results, including summary metrics, per-asset breakdowns, recent trades, and a shareable link to view full details.

Instructions

Get the results of a completed portfolio backtest.

Returns:

  • summary: Portfolio-level metrics (total return, Sharpe ratio, max drawdown, total trades)

  • per_asset_results: Performance breakdown per asset

  • trades_preview: Recent trades across all assets

  • results_url: Shareable link to view results on panther.watch

IMPORTANT: Always share the results_url link with the user so they can view the full results with equity curve, per-asset breakdown, and trade details on panther.watch.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
portfolio_backtest_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3.2/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 full burden of behavioral disclosure. It clearly indicates this is a retrieval operation for completed backtests and adds a sharing protocol for the results URL. It does not describe error behavior for incomplete/failed backtests, authentication needs, or rate limits, so transparency is adequate but not thorough.

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 description is compact, front-loaded with the core purpose, and uses a bulleted list for return types. The IMPORTANT instruction is actionable and not wasted. The return list may somewhat duplicate output-schema details, but it does not make the description overly long.

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 one-parameter retrieval tool with an output schema, the description covers the completion precondition and the required sharing behavior. It is missing guidance on how to obtain a valid portfolio_backtest_id and what happens when the backtest is still pending or failed, which would be useful in a sibling-tool context.

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

Parameters2/5

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

The schema has 0% parameter description coverage and the one parameter, portfolio_backtest_id, is only minimally explained by the phrase 'completed portfolio backtest'. The description does not say where to obtain the ID, what format it should be in, or how the ID relates to other portfolio-backtest tools.

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 states a specific verb ('Get') and resource ('results of a completed portfolio backtest'), and lists the returned data categories. It does not explicitly distinguish itself from sibling tool_get_backtest_results, but the 'portfolio' qualifier and the URL emphasis make its scope reasonably clear.

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 word 'completed' tells the agent this tool should be used only after a backtest has finished, and the IMPORTANT note provides a clear post-call instruction to share results_url. However, it does not explicitly mention alternatives like tool_get_portfolio_backtest_status for checking progress or tool_get_backtest_results for non-portfolio backtests.

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

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/PantherWatch/panther-mcp'

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