Skip to main content
Glama

list_portfolios

Retrieve all stored portfolios with their key metrics and metadata to view investment summaries and analyze performance data.

Instructions

List all stored portfolios with summary information.

Returns a list of all portfolios in the store with their key metrics and metadata.

Returns: Dictionary containing: - portfolios: List of portfolio summaries - count: Number of portfolios

Example: result = list_portfolios() for pf in result['portfolios']: print(f"{pf['name']}: Sharpe={pf['metrics']['sharpe']:.2f}")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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/l4b4r4b4b4/portfolio-mcp'

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