hourly_rate
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Freelancer Hourly Rate Calculator — Back the hourly rate a freelancer must charge from target take-home income, overhead, billable %, and tax buffer.
Parameters schema
{
"type": "object",
"required": [
"target_income"
],
"properties": {
"billable_pct": {
"type": "number",
"description": "Percent of worked hours that are billable (e.g. 60)"
},
"weeks_worked": {
"type": "number",
"description": "Weeks worked per year"
},
"target_income": {
"type": "number",
"description": "Desired annual take-home income in USD"
},
"hours_per_week": {
"type": "number",
"description": "Hours worked per week"
},
"tax_buffer_pct": {
"type": "number",
"description": "Percent set aside for taxes"
},
"annual_overhead": {
"type": "number",
"description": "Annual business overhead in USD"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries