Skip to main content
Glama
parmarnaresh86

SAP Business One Order-to-Cash MCP Server

get_pick_list

Retrieve pick list lines for a sales order, sorted by bin location, to support accurate warehouse picking and fulfillment.

Instructions

Return pick list lines for a sales order, sorted by bin location.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
salesOrderDocEntryYes
Behavior3/5

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

No annotations are provided, so the description carries the full behavioral burden. It discloses that the tool returns lines and that results are sorted by bin location, which is useful. It does not explicitly state whether the operation is read-only, what happens when no pick list exists, or whether any authorization or side effects are involved, but 'Return' suggests a read operation.

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 compact sentence that front-loads the action and object. Every word earns its place, and the sort behavior is included without unnecessary elaboration.

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

Completeness3/5

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

For a simple single-parameter read tool, the description covers the core purpose and a useful behavioral detail. However, with no annotations and no output schema, it leaves the parameter semantics and the decision between this tool and related siblings under-specified, so the definition is only minimally complete.

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?

The schema has 0% description coverage and one required numeric parameter, salesOrderDocEntry. The description only refers to 'a sales order,' which maps loosely to the parameter but adds no meaningful detail about the expected identifier format, whether it is the internal document entry key, or any constraints. With no schema descriptions available, this leaves the parameter under-explained.

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 clearly states the verb and resource: 'Return pick list lines for a sales order, sorted by bin location.' It is specific and easy to understand. However, it does not explicitly distinguish itself from sibling tools or clarify that it returns line-level details rather than order headers.

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 intended use is implied: when you need pick list lines for a given sales order. There is no explicit guidance about when to choose this tool over alternatives or when not to use it, but the resource and context are clear enough to infer the primary use case.

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/parmarnaresh86/AgentSphere-MCP'

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