Skip to main content
Glama

element_create

Create a content element on a Voog CMS page by specifying its definition, title, and page. Optionally set a URL path and custom property values.

Instructions

Create an element (POST /elements). Body is FLAT. Required: element_definition_id OR element_definition_title (id takes precedence per Voog docs); page_id; title. Optional: path (auto-generated from title if omitted), values (custom-properties hash matching the element_definition's schema).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteYes
element_definition_idNoDefinition id (from element_definitions_list)
element_definition_titleNoAlternative to element_definition_id (id wins if both supplied)
page_idYesParent page id (from pages_list)
titleYesElement title
pathNoURL slug (auto-generated from title if omitted)
valuesNoCustom-properties hash matching the element_definition's schema
Behavior3/5

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

Annotations indicate no destructive or idempotent behavior, and description adds that path auto-generates from title if omitted. However, no details on authentication requirements, rate limits, or response format are provided.

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 two sentences, front-loading the main action and endpoint, then detailing parameters efficiently. No redundant information.

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 and no output schema, the description covers creation behavior well (required vs optional, precedence, auto-generation). It might lack return value info, but overall it is sufficient for an agent to invoke the tool correctly.

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

Parameters4/5

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

With 86% schema coverage, the description adds value by explaining the flat body constraint, id/title precedence, and auto-generation of path. This goes beyond the schema descriptions, though schema already covers most parameters.

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 'Create an element' with the HTTP method/POST endpoint, and lists required and optional parameters. It effectively distinguishes from sibling tools like element_update and element_delete by focusing on creation.

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 specifies required parameters and optional ones, including precedence rules for element_definition_id vs title. It does not explicitly state when to use this tool versus alternatives, but the verb 'Create' and context make it clear.

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/runnel/voog-mcp'

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