Skip to main content
Glama
mkkim2102

finance-mcp-server

by mkkim2102

place_order

Submit live stock orders by quantity or amount for US market orders, specifying symbol, side, order type, and account. Supports order confirmation for high-value trades.

Instructions

Submit a live quantity- or amount-based stock order.

The API wire fields are symbol, side, orderType, timeInForce, quantity, price, orderAmount, clientOrderId, and confirmHighValueOrder. Quantity and orderAmount are mutually exclusive; orderAmount is for US MARKET orders.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sideYes
priceNo
symbolYes
confirmNo
quantityNo
order_typeYes
account_seqYes
order_amountNo
time_in_forceNoDAY
client_order_idNo
confirm_high_value_orderNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of disclosing side effects. It does flag that the order is 'live,' but it does not warn that submitting can execute immediately, commit funds, or require confirmation for high-value orders, despite listing confirmHighValueOrder as a wire field. This is thin coverage for a real-money mutation.

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

Conciseness4/5

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

The description is compact and front-loaded: the first sentence states the core purpose, and the second adds the most decision-relevant parameter constraints. The wire-field list is slightly redundant with the schema, but it provides useful camelCase mapping and does not add fluff.

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

Completeness2/5

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

For an 11-parameter, high-stakes order submission tool with no annotations and no schema descriptions, the description leaves meaningful gaps: valid values for side/order_type/time_in_force, the semantics of confirm, and the behavior after submission are absent. An output schema exists, so return-value documentation is not required, but the invocation requirements are incomplete.

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

Parameters2/5

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

Schema description coverage is 0% and there are 11 parameters, so this dimension depends heavily on the description. The description adds two useful facts—quantity and orderAmount are mutually exclusive, and orderAmount is only for US MARKET orders—but it leaves side, order_type, time_in_force, price, confirm, and client_order_id semantics to the agent's assumptions.

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 opens with 'Submit a live quantity- or amount-based stock order,' giving a specific action and resource. This clearly distinguishes place_order from sibling order-management tools like cancel_order, modify_order, and get_order(s), which serve different verbs on the same resource.

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

Usage Guidelines3/5

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

The tool's purpose as the new-order entry point is implied by 'Submit a live... order,' but the description never explicitly contrasts it with modify_order/cancel_order or states conditions like 'use modify_order for existing orders.' It does provide context that amount-based orders are restricted to US MARKET orders, which helps select the right invocation mode.

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

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

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