Documentation Index
Fetch the complete documentation index at: https://docs.herd.eco/llms.txt
Use this file to discover all available pages before exploring further.
Bookmarks
Two tools for reading and managing the current user’s bookmarks — saved wallets, contracts, and transactions.Get Bookmarks
Fetches all bookmarks for the authenticated user, grouped by type.Returns
- Contracts — Address, blockchain, contract name, and label
- Transactions — Hash, blockchain, and label
- Wallets — Address and label
Example Queries
Parameters
No input required. Returns bookmarks for the authenticated user.Sample Output
Update Bookmarks
Adds, edits, or removes a single bookmark.Operations
| Operation | Description |
|---|---|
add | Save a new bookmark; auto-generates a label if none is provided |
edit | Update the label on an existing bookmark (null to clear) |
remove | Delete a bookmark |
Parameters
| Parameter | Required | Description |
|---|---|---|
operation | Yes | add, edit, or remove |
objectType | Yes | wallet, contract, or transaction |
objectId | Yes | Contract address, transaction hash, or wallet address (0x...) |
blockchain | Conditional | Required for contract and transaction; omit for wallet. ethereum or base |
userLabel | No | Custom label. For add: omit to auto-generate. For edit: new label, or null to clear |
Example Queries
Bookmark Types
| Type | objectId | blockchain required? |
|---|---|---|
wallet | Wallet address | No |
contract | Contract address | Yes |
transaction | Transaction hash | Yes |
Tips
Related Tools
- View wallet details →
getWalletOverviewTool - View contract details →
contractMetadataTool - View transaction details →
queryTransactionTool
Next Steps
Wallet Overview
Profile any wallet address
Contract Metadata
Fetch contract details

