networkthinking.com
IT support, cloud services, cybersecurity, and consulting from a trusted partner helping businesses stay secure, efficient, and future-ready.
First seen 2026-08-27 · Last seen 2026-08-27 · Source: webmcp.com
Answer 0 · Act 5 · Transact 0 · Score: Not yet scored
Tool inspector
calculate_m365_quote
Build a planning estimate from current U.S. Microsoft 365 list prices using catalog SKU IDs. Use after identifying desired licenses and quantities. Returns priced line items, validation guidance, totals, and a shareable calculator URL; optionally opens that visible calculator. It does not capture a lead or submit a firm quote.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
items |
array | yes | — |
billing_term |
string | no | — |
open_calculator |
boolean | no | — |
Raw JSON schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"items": {
"type": "array",
"minItems": 1,
"maxItems": 30,
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"sku_id": {
"type": "string",
"minLength": 1,
"maxLength": 100
},
"quantity": {
"type": "integer",
"minimum": 1,
"maximum": 10000
}
},
"required": [
"sku_id",
"quantity"
]
}
},
"billing_term": {
"type": "string",
"enum": [
"annual",
"monthly"
],
"default": "annual"
},
"open_calculator": {
"type": "boolean",
"default": true
}
},
"required": [
"items"
]
}
Similar websites
dribba.com
Digital product agency in Barcelona and Andorra since 2011 — product strategy, design and engineering, and an official Google Flutter Partner.
toban.app
Free duty-roster maker for building cleaning, lunch, and daily-monitor rotation charts in the browser — no signup, print-quality output. WebMCP tools let an age…
farahsolutions.ae
Farah Solutions helps UAE businesses master Corporate Tax, ICV certification, e-invoicing, and government procurement. Powered by Farah Suite.
flatwrite.md
A minimalist markdown editor with live preview, paged document layout, and one-click export to HTML, PDF, or shareable URL.