Skip to main content
Glama
bartest5

Alpaca MCP Server

by bartest5

do_not_exercise_options_position

Submit a do-not-exercise instruction to prevent automatic exercise of a held option contract.

Instructions

Submits a do-not-exercise instruction for a held option contract.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbol_or_contract_idYesOption contract symbol or ID.
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the action without explaining side effects, reversibility, or any submission requirements. No mention of potential outcomes or special conditions, making it insufficiently transparent for an action that modifies an option position.

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?

The description is a single sentence of 10 words, front-loaded with the verb 'Submits.' It contains no redundant information and is efficiently structured.

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?

This is an action tool with no output schema and no annotations. The description fails to provide context such as when the instruction is valid, what happens after submission, or any restrictions. Given the existence of the closely related exercise_options_position, more explanatory detail is required to fully understand the tool's behavior and constraints.

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

Parameters4/5

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

The schema has one parameter with a description ('Option contract symbol or ID'), giving 100% coverage. The tool description adds the qualifier 'held option contract,' clarifying that the parameter must refer to a contract in the user's position, which goes beyond the schema's generic phrasing and improves semantic clarity.

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 uses a specific verb ('Submits') and a resource ('do-not-exercise instruction for a held option contract'), clearly distinguishing it from the sibling exercise_options_position. The 'do-not-exercise' phrasing directly contrasts with the exercise action, making the purpose unambiguous.

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 guidance is provided on when to use this tool versus exercise_options_position or other alternatives. The description does not mention prerequisites, timing, or exclusions, leaving the agent to infer usage solely from the name and generic description.

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

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