Skip to main content
Glama

get_localized_entry

Read-only

Retrieve a content entry in a specific locale by ID and locale code. Returns full entry data with populated relations.

Instructions

Retrieve a specific localized version of a content entry by its ID and locale code. Returns the full entry data in the requested language, including all populated relations. Use list_locales first to see available locale codes, then use this to fetch content in a specific language for comparison or translation workflows.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeYesLocale code for the desired translation (e.g., 'en', 'fr', 'de', 'es')
entry_idYesNumeric ID of the entry to retrieve in the specified locale
populateNoRelations to populate. Use '*' for all, or specify fields like 'author,tags'*
content_typeYesPlural API ID of the content type (e.g., 'articles', 'products')

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is clear. The description adds behavioral context by stating it returns 'full entry data in the requested language, including all populated relations,' which is helpful but not strictly required given 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?

Three sentences that are front-loaded and efficient: first sentence states the core purpose, second adds what is returned, third provides usage guidance. No unnecessary words.

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

Completeness5/5

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

Given the presence of an output schema and annotations, the description explains the return behavior (full entry data with relations). It also references sibling tools (list_locales), making the context complete for an agent.

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 description coverage is 100%, so the baseline is 3. The description does not add significant new meaning to the parameters beyond what is in the schema; it only implies the use of 'entry_id' and 'locale'.

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 retrieves a localized version of a content entry by ID and locale code. It uses a specific verb ('Retrieve') and identifies the resource ('localized version of a content entry'). This differentiates it from siblings like get_entry (which likely gets the default locale) and list_locales.

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?

The description explicitly advises using list_locales first to get available locale codes, and suggests using this tool for comparison or translation workflows. This provides clear when-to-use guidance and distinguishes from alternatives.

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/alex2zimmermann-ux/strapi-mcp'

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