host.share.caller_limit
Cap how many successful calls a caller tenant may make per UTC day into one of this tenant's shared tools. The tool must already be shared. Exceeding the cap fails the call with quota_caller (never runs it); this tenant's own calls to the tool are unaffected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | Local name of the shared tool. | |
| tenant_key | No | The key `signup` returned. Required only when this connection carries no Authorization: Bearer header -- when both are present, the header wins. | |
| caller_tenant | Yes | The caller's namespace to cap. | |
| calls_per_day | Yes | Max successful calls per UTC day for this caller. |