content_read_author
Retrieve a public author's profile by ID or slug to display bio and social links. Requires published posts.
Instructions
Read a single public author by ID or slug (read-only).
USE CASE:
Display author profile page
Get author bio and social links for bylines
IDENTIFIER: Provide either 'id' OR 'slug', not both.
NOTE: Only returns authors with published posts. For staff users without published posts, use admin_read_user instead.
RETURNS: Single author object with bio, social links, and optional post count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Author ID | |
| slug | No | Author slug | |
| include | No | Related data to include: count.posts | |
| fields | No | Comma-separated list of fields to return |