Skip to main content
Glama

sap backpack get securities

sap_backpack_get_securities
Read-onlyIdempotent

List Backpack tradable securities/stocks (raw response is 500KB — compacted server-side; optional asset prefix filter, e.g. "AAPL." matches AAPL.US): cusip, name, trading sessions with max/min quantity and stepSize. Backpack symbols: spot SOL_USDC, perp SOL_USDC_PERP (marketType SPOT|PERP), stock spot MU.US_USDC, stock RFQ AAPL.US_USDC_RFQ. Free read.

SAP MCP execution guidance: Intent: read/discovery workflow. Pricing: free; call directly without x402. Routing: free hosted call; call directly and keep it small/exact when possible. Signer boundary: hosted reads/builders never receive keypair bytes; value-moving results must be finalized locally when signing is required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assetNoOptional asset prefix filter, e.g. AAPL. or AAPL.US

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesMCP content blocks returned to the caller.
isErrorNoTrue when the tool result represents an application-level error.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.7/5.0
Behavior4/5

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

The annotations already declare readOnly/openWorld/idempotent and non-destructive, and the description adds useful behavioral context beyond those: the raw response is 500KB and is compacted server-side, and the asset prefix behavior explicitly includes cases like "AAPL." matching "AAPL.US.". This gives the agent a clearer expectation of size and filtering behavior without contradicting 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.

Conciseness3/5

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

The main first paragraph is dense and front-loaded, which is good. The inclusion of the generic "SAP MCP execution guidance" paragraph is more of a concern because that same guidance appears in the input schema and is not tool-specific, so it adds redundancy rather than unique value.

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 one-optional-parameter read-only tool with an output schema and full annotations, this description covers the important gaps: response size, filter granularity, returned content, and free/direct invocation. It does not leave an obvious missing instruction needed to invoke the tool correctly.

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?

With only one optional parameter and the parameter already described in the schema, the baseline is 3. The description raises that value by adding matching semantics and real symbol syntax: prefix examples, spot/perp pairs, stock spot vs stock RFQ formats, and guidance to call directly with an exact/small prefix. This is meaningfully more than the schema's own "Optional asset prefix filter" label.

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

Purpose4/5

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

The description opens with a specific operation, "List Backpack tradable securities/stocks," and adds the returned fields (cusip, name, trading sessions, quantity, stepSize) along with concrete symbol examples. It is clear enough that an agent can tell it apart from the mostly trading/read tools in the sibling list, though it does not explicitly contrast it with nearby tools like sap_backpack_get_markets or sap_backpack_get_assets.

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?

It conveys that this is a free read/discovery call that should be called directly without x402 and that the asset prefix should be kept small/exact where possible. What is missing is any explicit "when not to use this" guidance or a pointer to an alternative tool for related data such as market metadata or wallet assets.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.