enable_tools
Add dedicated operation tools to the current session by name (e.g. pdf_redact, ocr) or use 'all' to enable every tool. Keeps context lean when calling the same operation repeatedly.
Instructions
Add the dedicated tools for specific operations to this session, e.g. ["pdf_redact","ocr"], or ["all"] for every operation. bigapi starts lean – only find_tool, run_operation, get_access and get_balance are listed – so your context stays free. You rarely need this: every operation already runs through run_operation. Reach for it when you will call the same operation many times and want its parameters spelled out in your tool list. Names come from find_tool; unknown names are reported back and skipped while the rest are still enabled. The effect lasts for this session, adds to what is already enabled, and cannot be undone from here – restart the server for the lean list again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| names | Yes | Tool names as find_tool reports them, e.g. ["pdf_redact","ocr"], or ["all"] for the full list |