Skip to main content
Glama

Paper MCP Server

by paperinvest

create_portfolio

Generate a new portfolio on Paper's trading platform by specifying account ID, portfolio name, and type (e.g., INDIVIDUAL, IRA). Integrates with AI assistants via the Paper MCP Server for streamlined portfolio management.

Instructions

Create a new portfolio

Input Schema

NameRequiredDescriptionDefault
accountIdYesAccount ID
nameYesPortfolio name
typeYesPortfolio type (e.g., INDIVIDUAL, IRA)

Input Schema (JSON Schema)

{ "properties": { "accountId": { "description": "Account ID", "type": "string" }, "name": { "description": "Portfolio name", "type": "string" }, "type": { "description": "Portfolio type (e.g., INDIVIDUAL, IRA)", "type": "string" } }, "required": [ "accountId", "name", "type" ], "type": "object" }

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/paperinvest/mcp-server'

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