You're viewing a demo portfolio

Join the waitlist
PRSM

meter_charge

Active

Tool of SaSame Research Agent

declared in 1.9.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

SaSame Research Agent

https://github.com/shigeki7777/sasame-mcp

2/7 registries
View full server →
meter_charge — SaSame Research Agent — PRSM MCP