Skip to main content
Glama

Controtto

by contre95
accounts.go346 B
package pnl type AccountID uint8 type Account struct { ID AccountID Name string Description string Type AssetType } // Accounts is the repository that handles the CRUD of Accounts type Accounts interface { AddAccount(a Account) error ListAccounts() ([]Account, error) GetAccount(id AccountID) (*Account, error) }

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/contre95/controtto'

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