Skip to main content
Glama
nadavgb-atom

ib-async-mcp

by nadavgb-atom

get_scanner_parameters

Retrieve available scanner parameters to configure market data filters for identifying trading opportunities through the Interactive Brokers API.

Instructions

Get available scanner parameters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler implementation for the `get_scanner_parameters` tool, which uses `ib.reqScannerParametersAsync()` to fetch the data.
    if name == "get_scanner_parameters":
        params = await ib.reqScannerParametersAsync()
        return {"parameters_xml": params[:5000] + "..." if len(params) > 5000 else params}
  • Tool registration for `get_scanner_parameters` in the server definition list.
    Tool(
        name="get_scanner_parameters",
        description="Get available scanner parameters.",
        inputSchema={"type": "object", "properties": {}},
    ),

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/nadavgb-atom/ib-async-mcp'

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