read_research_author
Read a single research author by author UUID.
Use this tool when a user wants profile details for a specific research author returned by another research tool.
The response includes author metadata, biography fields, profile URL, and visible sectors associated with the author.
Missing, inactive, non-author, and hidden-sector-only authors return a generic not-found error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| author_uuid | Yes | The stable UUID of the research author to read. Use an author_uuid returned by another research tool. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| author_name | Yes | The display name of the research author. | |
| author_uuid | Yes | The stable UUID of the research author. | |
| author_sectors | Yes | The visible sectors associated with this research author. | |
| author_profile_url | Yes | The URL where this research author's profile can be viewed. | |
| author_biography_html | Yes | The research author's biography as HTML, if available. | |
| author_short_biography | Yes | A short biography or role summary for the research author, if available. |