Skip to main content
Glama
NomaCMS

NomaCMS MCP Server

Official
by NomaCMS

Get Entry

get_entry

Retrieve a single content entry by UUID, including its custom fields and related entries. Supports locale, translation, draft/published state, and field exclusion.

Instructions

Get a single content entry by UUID. Response includes uuid, locale, published_at, and a fields object (custom field values — not a nested data key). Relation fields appear as nested entry objects (one-to-one) or arrays of entries (one-to-many), not as bare UUIDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYesThe entry UUID
stateNodraft or published
localeNoLocale code for the entry to load
excludeNoComma-separated field names to exclude from `fields` (e.g. 'body,excerpt')
timestampsNoIf true, include created_at and updated_at on the entry
collection_slugYesThe collection slug
translation_localeNoIf set, return the linked translation in this locale instead of the entry identified by uuid (same translation group).
Behavior4/5

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

With no annotations, the description fully describes the response structure (uuid, locale, published_at, fields object) and clarifies critical behaviors: fields are custom and not nested under 'data', and relations are expanded into nested objects/arrays rather than bare UUIDs. This adequately informs the agent about the tool's output.

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?

Two efficient sentences front-loaded with purpose and followed by critical response details. Every sentence earns its place with no redundancy.

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?

Given 7 parameters, no output schema, and a simple read operation, the description covers core behavior and response format well. It could mention error handling or default behavior for optional params, but the existing detail is sufficient for agent usage.

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?

Schema coverage is 100%, so the schema already describes all 7 parameters. The description adds marginal value beyond the schema, mainly clarifying the fields structure. It does not elaborate on parameter-specific nuances (e.g., state values, locale format).

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 verb ('get'), resource ('a single content entry'), and identifier ('by UUID'), distinguishing it from sibling tools like list_entries and get_entry_version.

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

Usage Guidelines3/5

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

The description implies usage for fetching a single entry by UUID but does not provide explicit guidance on when to use this versus alternatives like list_entries or get_entry_version. No 'when not' or contextual exclusions are given.

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