Skip to content

Commit 6086ee9

Browse files
committed
docs: list CRUD loop tools and write-gate requirement
1 parent 6761a04 commit 6086ee9

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It is designed as a thin integration layer:
1313

1414
## Available Tools
1515

16-
As this project is in its initial stages, it exposes the following read-only tools:
16+
As this project is in its initial stages, it exposes the following tools:
1717

1818
| Tool | Purpose |
1919
| -------------------- | ------------------------------------------------ |
@@ -28,9 +28,16 @@ As this project is in its initial stages, it exposes the following read-only too
2828
| `list_items` | List vault or share items, omitting contents |
2929
| `search_items` | Search items by title |
3030
| `view_item` | View item by URI or selectors |
31+
| `create_vault` | Create a vault |
32+
| `delete_vault` | Delete a vault |
33+
| `create_login_item` | Create a login item |
34+
| `update_item` | Update an item field set |
35+
| `delete_item` | Delete an item |
3136

3237
The `search_items` operation is additional functionality that is not provided by the base CLI.
3338

39+
Mutative tools require write gate opt-in (`ALLOW_WRITE=1`) and explicit per-call confirmation (`confirm: true`).
40+
3441
## Item Discovery Contract
3542

3643
`list_items` and `search_items` return token-efficient results. These operations do not contain the full contents or secrets of any items, thus preventing unnecessary leakage of sensitive data from the CLI to the host application or the LLM.

0 commit comments

Comments
 (0)