Skip to main content
Glama

Publică

publica
Idempotent

Publish a page or blog article on your site after human approval. Optionally schedule it to go live automatically at a specific date and time.

Instructions

Face elementul vizibil pe site. Publică doar după ce omul a aprobat conținutul (vezi previzualizeaza). Cu "la" în viitor, elementul e programat: apare singur la ora aceea.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
laNoopțional: data și ora publicării, ex. "2026-10-01 09:00" (ora României). În viitor = programat; în trecut = păstrează data (ex. la mutarea unui articol vechi).
tipYes"pagina" = pagină fixă (Despre, Contact; "acasa" e prima pagină) · "articol" = articol de blog, cu dată și etichete
slugYesAdresa: litere mici fără diacritice, cifre, cratime. Ex. "despre-noi" → /despre-noi. Pagina "acasa" e /.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.19.1

TDQS

A4.2/5.0
Behavior4/5

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

Beyond the annotations (readOnlyHint=false, idempotentHint=true, destructiveHint=false), the description adds key behavior: it makes the element visible, it should be used only after human approval, and with 'la' in the future it schedules automatic publication. This enriches the agent's understanding of timing and workflow. It does not contradict annotations; rather it complements them with scheduling and approval context.

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-loads the core action, and then adds the approval workflow and scheduling behavior. Every clause adds value; no filler or repetition.

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?

For a 3-parameter publish tool with full schema coverage, no output schema, and helpful annotations, the description covers the essential context: visibility change, approval gate, and scheduling behavior. It could mention the 'la' in the past case, but that is already in the schema's parameter description, so the description is complete enough for correct invocation.

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 all three parameters are already documented in the schema. The description adds a brief note about 'la' scheduling that reinforces the schema's explanation, but does not significantly extend parameter meaning beyond what the schema provides. Baseline 3 is appropriate.

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 statement: 'Face elementul vizibil pe site' (makes the element visible on the site), which uniquely identifies the publish action. It also references the sibling 'previzualizeaza' to distinguish the pre-approval preview step, and explains the scheduling nuance with 'la', so an agent can differentiate it from save or retract.

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?

It explicitly states the precondition: publish only after human approval, pointing to previzualizeaza as the approval step. It also covers the scheduling use case ('cu la în viitor... programat'). However, it does not explicitly mention when not to use it compared with salveaza or retrage, but the approval condition and visibility outcome provide enough context for selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.