Skip to main content
Glama
SparkleOfficial

@writavo/mcp-server

Update an author

update_author
Idempotent

Edit an author's name, bio, avatar, default status, and AI-generated flag in Writavo. Uses ETag for safe concurrent updates. Does not publish.

Instructions

Update an author. Setting is_default: true clears the flag on whichever author held it, because a Site has at most one default byline. Setting it to false on the current default leaves the Site with none. Changes content on the customer's Site. Nothing becomes public: publishing is always a separate call. Needs a secret key (wv_sk_) carrying the authors:write scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesA UUID.
bioNoSend null to clear it.
nameNo
if_matchNoThe ETag from your last read of this object. Send it and the write is refused if somebody else changed the object in the meantime, rather than silently overwriting their work.
avatar_urlNoSend null to clear it.
is_defaultNo
is_ai_generatedNo
Behavior5/5

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

Beyond annotations (readOnlyHint: false, destructiveHint: false), the description discloses key behavioral traits: the default byline flag side effects (clearing prior default, leaving none), that nothing becomes public until a separate publish call, and the required secret key scope. This is valuable context that annotations alone do not provide.

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 efficiently structured: one sentence for purpose, two for side effects, one for public visibility, and one for auth. Every sentence earns its place with no 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?

The description covers the most critical contextual aspects: side effects, auth scope, default byline behavior, and non-publication. However, it does not specify the return value or error behavior, which would be useful given there is no output schema. Missing parameter explanations for name and is_ai_generated also limit full completeness.

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 description dives deeply into the is_default parameter, explaining its side effects. However, with schema coverage at 57%, the description does not compensate for unnamed parameters like name and is_ai_generated, which lack schema descriptions and are not mentioned. Some parameter semantics are added, but significant gaps remain.

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 opens with a clear verb+resource pair: 'Update an author.' It then clarifies scope by noting site content changes and that publishing is a separate call, distinguishing it from publish-related tools. The purpose is unambiguous and well-differentiated.

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 strong context: it changes site content, requires a specific auth scope, and explicitly states publishing is separate, which implies when not to use this tool. However, it does not explicitly name alternatives like create_author or delete_author, so it falls short of a full when/when-not guidance.

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