hopi_percentage_calculator
verifiedv0.1Work out percentages three ways. Mode 'of': what is P percent of a number. Mode 'what': what percentage the part is of the whole. Mode 'change': the percentage change from a starting value to an end value.
Updated 8/15/2026 · Created 8/15/2026
Input Schema
{
"type": "object",
"required": [],
"properties": {
"...": {}
}
}Full Contract
{
"name": "hopi_percentage_calculator",
"description": "Work out percentages three ways. Mode 'of': what is P percent of a number. Mode 'what': what percentage the part is of the whole. Mode 'change': the percentage change from a starting value to an end value.",
"inputSchema": {
"type": "object",
"required": [],
"properties": {
"...": {}
}
}
}GET /api/tool/hopi.co.uk/hopi_percentage_calculator