Skip to main content
Glama
SparkleOfficial

@writavo/mcp-server

List authors

list_authors
Read-onlyIdempotent

List site authors and their bylines with a paginated, read-only endpoint. Retrieve author details like name, bio, and avatar to display or manage bylines.

Instructions

List authors. The byline roster for the Site. Read only. Nothing is changed. Needs a key carrying the authors:read scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoPage size. Values above the maximum are clamped rather than rejected, so a client asking for a thousand rows gets a hundred and a `next_cursor`.
cursorNoThe opaque cursor from `data.next_cursor` on the previous page. Do not parse it or construct one; its encoding is not part of this contract and will change.
fieldsNoComma separated field allow list. Default projection: `id, name, bio, avatar_url, is_ai_generated, is_default, created_at`.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already provide readOnlyHint, idempotentHint, and destructiveHint, and the description reinforces these with 'Read only. Nothing is changed.' It also adds the auth requirement ('Needs a key carrying the authors:read scope'), which is beyond the annotations. This provides useful behavioral context without contradicting annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded with the core action 'List authors', followed by brief context. Every clause contributes value—scope, side-effect safety, and auth requirement—without redundancy or fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only list tool, the description covers essential context: what it lists, that it is read-only, and the required auth scope. The schema documents parameters comprehensively. It does not explain the return shape, but that is less critical given the tool name and the absence of an output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema covers all parameters with detailed descriptions, so the description adds no additional parameter meaning. Baseline for high schema coverage is 3, and there is no extra value from the description beyond what the schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose with a specific verb ('List') and resource ('authors'), and adds the contextual phrase 'byline roster for the Site' which clarifies the scope. It is easily distinguishable from sibling tools like get_author or list_articles.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use the tool (listing all authors in the site's byline roster) and notes the required auth scope. It does not explicitly name alternatives or exclusion criteria, but the context is sufficient for a simple read-only list operation.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SparkleOfficial/writavo-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server