get_media_info
Retrieve original content or download links for knowledge base entries using a media ID. Returns accessible URLs for articles, web pages, and files, and fetches note content for note-type entries.
Instructions
获取知识库条目的原文内容或下载链接。传入 media_id(来自 ask_knowledge_base 返回的 references 字段)。对微信文章/网页/文件类,返回可访问 URL;对笔记类(media_id 以 note_ 开头),会自动拉取并返回笔记正文(note_content 字段,纯文本)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| media_id | Yes | 媒体条目 ID。 |