list_roles
Retrieve a formatted list of roles from Ghost CMS, customizable by output format, pagination, and limit settings. Ideal for managing user roles efficiently.
Instructions
Get the list of roles from your Ghost blog.
Args:
format: Output format - either "text" or "json" (default: "text")
page: Page number for pagination (default: 1)
limit: Number of roles per page (default: 15)
ctx: Optional context for logging
Returns:
Formatted string containing role information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
format | No | text | |
limit | No | ||
page | No |