List Bike Documents
bike_list_documentsGet a list of all currently open documents in Bike, with the active document marked by an asterisk.
Instructions
Lists all open documents in Bike.
Returns a list of all currently open documents with their names and IDs. The active (front) document is marked with an asterisk (*). Bike must be running for this tool to work.
Args: None
Returns: List of documents, one per line (active marked with *):
Active Document (doc:abc123) Other Document (doc:def456)
Examples:
List all open docs: bike_list_documents({})
Errors:
"Bike is not running" - Open Bike app first
"No documents open" - No documents are currently open
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||