get-group-topic-detail
Retrieve detailed information about a specific Douban group discussion topic using its unique identifier.
Instructions
get group topic detail
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | douban group topic id, e.g. "1234567890" |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "douban group topic id, e.g. \"1234567890\"",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}