Skip to main content
Glama

ShipBob API MCP Server

get_shipping_report

Retrieve detailed shipping reports from ShipBob API by specifying start and end dates, and optionally filter by fulfillment center ID for precise analytics.

Input Schema

NameRequiredDescriptionDefault
endDateYesEnd date for the report (YYYY-MM-DD)
fulfillmentCenterIdNoFilter by fulfillment center ID
startDateYesStart date for the report (YYYY-MM-DD)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "endDate": { "description": "End date for the report (YYYY-MM-DD)", "type": "string" }, "fulfillmentCenterId": { "description": "Filter by fulfillment center ID", "type": "string" }, "startDate": { "description": "Start date for the report (YYYY-MM-DD)", "type": "string" } }, "required": [ "startDate", "endDate" ], "type": "object" }

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/mattcoatsworth/shipbob-mcp-server'

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