Skip to main content
Glama

Lulu Print MCP Server

by devlimelabs

calculate-print-job-cost

Estimate the cost of a print job by entering the product ID and quantity, enabling users to plan expenses without initiating the print process.

Instructions

Calculate the cost of a print job without creating it

Input Schema

NameRequiredDescriptionDefault
product_idYesLulu product ID
quantityYesNumber of copies

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "product_id": { "description": "Lulu product ID", "type": "string" }, "quantity": { "description": "Number of copies", "exclusiveMinimum": 0, "type": "integer" } }, "required": [ "product_id", "quantity" ], "type": "object" }
Install Server

Other Tools from Lulu Print MCP Server

Related Tools

    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/devlimelabs/lulu-print-mcp'

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