browse
Open the default browser to view detailed information about a Douban book using its unique identifier.
Instructions
open default browser and browse douban book detail
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | douban book id, e.g. "1234567890" |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "douban book id, e.g. \"1234567890\"",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}