get_news_content
Retrieve detailed news content by providing a unique news ID, enabling access to full articles from the Juhe News MCP Server for analysis or integration.
Instructions
根据新闻ID获取新闻的详细内容
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uniquekey | Yes | 新闻ID(gew_news_list中返回的uniquekey) |
Input Schema (JSON Schema)
{
"properties": {
"uniquekey": {
"description": "新闻ID(gew_news_list中返回的uniquekey)",
"type": "string"
}
},
"required": [
"uniquekey"
],
"type": "object"
}