Skip to main content
Glama
NomaCMS

NomaCMS MCP Server

Official
by NomaCMS

Patch Entry

patch_entry

Partially update a content entry by sending only the fields to change. Use for targeted edits without altering publish state; call publish_entry separately to mint a new version.

Instructions

Partially update a content entry (HTTP PATCH). Only include fields you want to change (e.g. relations, one field). Saves NEVER change the publish state — call publish_entry explicitly to mint a new version. Prefer this over update_entry when you are not replacing the entire entry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesFields to merge; omit unchanged fields. Richtext values are markdown strings. Relation fields: on write send the related entry's UUID string or numeric id only; one-to-one = one value, one-to-many = array of UUIDs/ids. Do not pass the nested entry object from get_entry/list_entries. Media fields: asset UUID strings and/or numeric asset ids (array when multiple).
uuidYesThe entry UUID
localeNoLocale code
collection_slugYesThe collection slug
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses that it uses PATCH method, that publish state is unchanged, and provides detailed format for richtext, relations, and media fields. Lacks mention of auth requirements, rate limits, or conflict handling, but overall strong for the non-annotated case.

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

Conciseness4/5

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

Two main sentences plus a detailed parameter block. Front-loaded with action and key behavioral warning (publish state). The parameter description is thorough but not overly verbose. Minor room for more structured presentation, but effective.

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

Completeness3/5

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

Given the complexity (nested objects, no output schema), the description explains input well but does not describe what the API returns (e.g., updated entry or confirmation). With no output schema, some return value context would improve completeness.

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

Parameters5/5

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

Schema coverage is 100% but description adds significant value: explains merge semantics (include only changing fields), richtext as markdown, relation format (UUID/id, one-to-one vs one-to-many), and media asset format. This goes well beyond the schema's basic field types.

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?

Description clearly states verb 'Partially update a content entry' and identifies it as HTTP PATCH. It distinguishes from update_entry by specifying partial vs full replacement. The resource (content entry) and scope are unambiguous.

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

Usage Guidelines5/5

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

Explicitly recommends preferring this over update_entry when not replacing the entire entry. Clearly states that saves do not change publish state and that publish_entry should be called separately. Provides concrete context for when to use.

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/NomaCMS/nomacms-mcp-server'

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