Skip to main content
Glama

Paper MCP Server

by paperinvest

update_account

Modify account information, including renaming, by specifying the account ID and new details. Use this function within the Paper MCP Server to manage trading accounts effectively.

Instructions

Update account details

Input Schema

NameRequiredDescriptionDefault
accountIdYesAccount ID
nameNoNew account name

Input Schema (JSON Schema)

{ "properties": { "accountId": { "description": "Account ID", "type": "string" }, "name": { "description": "New account name", "type": "string" } }, "required": [ "accountId" ], "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