meter_charge
ActiveTool of SaSame Research Agent
Record a charge against a meter and ENFORCE the cap. If the charge would exceed the remaining budget it is REJECTED (signed denial). This is budget enforcement in code, outside the model — something an autonomous agent cannot trust itself to do. Returns remaining + a signed line-item.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"meter_id",
"amount"
],
"properties": {
"memo": {
"type": "string",
"description": "What this charge was for"
},
"amount": {
"type": "number",
"description": "Amount to charge in the meter's units"
},
"meter_id": {
"type": "string",
"description": "The meter_id from meter_open"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SaSame Research Agent
https://github.com/shigeki7777/sasame-mcp
2/7 registries