get_usage is an authenticated Jolts MCP tool. Connect your assistant first.
Arguments
No request key is required. Unknown arguments are rejected. The examples below are the
params
object of a JSON-RPC tools/call.
id is an integer. With an ID, returns the account-owned operation’s status or results;
without it, returns subscription usage and limits. Neither read is metered. An ID from another
account returns usage_not_found.
Read the response
Readresult.structuredContent; text-only clients receive the same JSON in result.content.
Check result.isError before using data. A successful HTTP status alone does not prove tool success.
See response examples and error handling.
With no ID, read the account usage response.
With an ID, the response depends on the original operation: a pending status, company search,
company lookup, or historical operation result. Do not assume every response contains companies.
For a pending or processing operation, wait before polling again. Stop when results or a terminal
error arrive. If the call itself fails, inspect its structured error rather than starting a new
search. Polling and replay do not refresh the original evidence or perform new provider research.