get_order
ActiveTool of FavCRM
declared in 1.0.0
Get full order detail including line items.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"orderId"
],
"properties": {
"orderId": {
"type": "string",
"description": "The order UUID"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries