Skip to main content
Glama
SakethSripada

KalTrader MCP

kalshi_get_balance

Read-only

Retrieve your Kalshi account balance and portfolio value in cents. Use this tool to monitor available funds and total portfolio worth.

Instructions

Get Balance Endpoint for getting the balance and portfolio value of a member. Both values are returned in cents. This endpoint also accepts API keys with the 'read::portfolio_balance' scope. Calls GET /portfolio/balance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subaccountNoSubaccount number (0 for primary, 1-63 for subaccounts). Defaults to 0.
exchange_indexNo
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With annotations already declaring readOnlyHint=true and destructiveHint=false, the description adds useful context: returns values in cents, requires 'read::portfolio_balance' scope, and calls a specific endpoint. This goes beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three short, information-dense sentences. No fluff, each sentence contributes purpose, output unit, auth, and endpoint details. Well-structured and front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only endpoint with no required parameters and no output schema, the description covers the essentials: what it returns, in what units, and the auth scope. Could mention response field names but not necessary for invocation.

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

Parameters3/5

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

The schema provides descriptions for both parameters (subaccount and exchange_index), and the description does not elaborate on them. With 50% schema coverage and no required params, the baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: getting the balance and portfolio value of a member, with values in cents. It also specifies the API endpoint, distinguishing it from sibling tools like kalshi_get_subaccount_balances.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool versus alternatives. The scope requirement is mentioned but not framed as a usage condition. No mention of alternative tools for similar balance queries.

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

Install Server

Other Tools

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/SakethSripada/KalTraderMCP'

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