{"door":"envelope","tools":[{"name":"report.read","readOnlyHint":true,"description":"The hidden billing report for this site: who is signed in, who is billed, balance (available / held / usable), rentals today, metered today, last settle.","method":"GET","path":"/report","inputSchema":{"type":"object","properties":{"site":{"type":"string","description":"site URL; empty = every site of the org"}}}},{"name":"envelope.state","readOnlyHint":true,"description":"Envelopes of this org with their rows and remaining cents.","method":"GET","path":"/state","inputSchema":{"type":"object","properties":{"envelope_id":{"type":"string"}}}},{"name":"envelope.prices","readOnlyHint":true,"description":"The price list (feature → cents) that arrives with every envelope.","method":"GET","path":"/prices","inputSchema":{"type":"object","properties":{}}},{"name":"envelope.grant","readOnlyHint":false,"description":"Grant this site an envelope to draw down locally (a share of the balance, or one grace envelope). Holds money.","method":"POST","path":"/grant","inputSchema":{"type":"object","required":["site"],"properties":{"site":{"type":"string"}}}},{"name":"rental.install","readOnlyHint":false,"description":"Install a rental plugin on a site: holds 3 days of rent (held, not spent); first install gets a 24 h free look.","method":"POST","path":"/rental/install","inputSchema":{"type":"object","required":["site","plugin"],"properties":{"site":{"type":"string"},"plugin":{"type":"string","description":"e.g. gd_options"}}}},{"name":"rental.deactivate","readOnlyHint":false,"description":"Stop the daily charge; the hold stays until the plugin is deleted.","method":"POST","path":"/rental/deactivate","inputSchema":{"type":"object","required":["site","plugin"],"properties":{"site":{"type":"string"},"plugin":{"type":"string"}}}},{"name":"rental.activate","readOnlyHint":false,"description":"Resume the daily charge.","method":"POST","path":"/rental/activate","inputSchema":{"type":"object","required":["site","plugin"],"properties":{"site":{"type":"string"},"plugin":{"type":"string"}}}},{"name":"rental.delete","readOnlyHint":false,"description":"Delete the plugin from the site: the hold is released; inside the free look nothing was charged.","method":"POST","path":"/rental/delete","inputSchema":{"type":"object","required":["site","plugin"],"properties":{"site":{"type":"string"},"plugin":{"type":"string"}}}}],"screen":"https://api.aienschede.com/envelope/report.html"}