Skip to main content
Glama
parmarnaresh86

SAP Business One Order-to-Cash MCP Server

call_service_layer

Access any SAP Business One Service Layer endpoint not covered by dedicated tools. Perform GET, POST, PATCH, or DELETE with OData filters to automate order-to-cash data operations.

Instructions

Generic SAP B1 Service Layer REST call. Use this for ANY endpoint not covered by other tools. Examples: GET /ProductionOrders { $filter:"Status ne 'R'", $top:20 } GET /ServiceCalls { $filter:"Status ne 'scsClosed'" } GET /JournalEntries { $filter:"ReferenceDate ge '2026-01-01'" } GET /StockTransfers { $filter:"DocDate ge '2026-01-01'" } GET /InventoryGenEntries { $filter:"DocDate eq '2026-04-11'" } GET /CostCenterList {} POST /SQLQueries('Q1')/List {} Common OData params: $filter, $select, $orderby, $top, $skip, $expand Status values — DocumentStatus: 'O'=Open 'C'=Closed | CardType: 'C'=Customer 'S'=Supplier

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoRequest body for POST / PATCH
methodYesGET | POST | PATCH | DELETE
paramsNoOData query params for GET requests: { $filter, $select, $orderby, $top, $skip }
endpointYesService Layer path e.g. /ProductionOrders or /BusinessPartners('C00001')
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It reveals OData usage and status value mappings, but it does not disclose that this is an unvalidated, low-level REST escape hatch capable of arbitrary mutations (POST/PATCH/DELETE) with potentially irreversible effects. Given its power and breadth, this lack of caution is a significant transparency gap.

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 long but each section earns its place: purpose front-loaded, followed by representative examples, common parameters, and status codes. The formatting is scannable and avoids filler. Slightly more compact could be possible, but the breadth of a generic tool justifies the length.

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 generic REST call tool with no output schema and no annotations, the description covers invocation essentials: method, endpoint, params, and examples. It lacks guidance on response handling and error behavior, but these vary per endpoint, so the examples and OData hints are reasonably complete for the tool's generic role.

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?

Schema description coverage is 100%, so the baseline is 3. The description adds value beyond the schema by showing concrete endpoint examples with realistic $filter expressions and mapping DocumentStatus and CardType values to their meanings. This helps an agent construct valid param values without needing domain knowledge.

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?

States a specific verb ('REST call') and a clear resource ('SAP B1 Service Layer'). Explicitly frames itself as a generic fallback for 'ANY endpoint not covered by other tools', which distinguishes it from the many specialized sibling tools like create_sales_order or get_ar_aging.

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

Usage Guidelines4/5

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

Gives an explicit usage rule: 'Use this for ANY endpoint not covered by other tools.' This tells the agent when to select this tool. It does not explicitly name a sibling alternative, but the condition is clear and the siblings are specialized. Could be stronger with explicit 'do not use for...' guidance.

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