Skip to main content
Glama

life

create_moment

Crea un nuovo momento (una stella) nella costellazione dell'utente su UluP Life.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoData del momento — formato YYYY-MM-DD per il giorno esatto, YYYY-MM per il solo mese, o solo YYYY per il solo anno. Se omessa del tutto, il momento non ha data (l'utente potrà posizionarlo liberamente).
colorNoCategoria: gold=traguardo, blue=viaggio, pink=relazione, green=crescita. Default: gold.
titleYesTitolo breve del momento, es. "Firmato il contratto della casa"
importantNoSe true, la stella pulserà come momento importante.
life_nameNoNome della "vita" (galassia) a cui aggiungere il momento. Se omesso, viene usata la prima vita dell'utente.
descriptionNoDescrizione opzionale, più dettagliata
is_future_goalNoSe true, il momento è un obiettivo/sogno futuro non ancora avverato — appare come una stella "spenta" (capsula del tempo), anche se la data è nel futuro.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It states the tool creates a moment in the user's constellation, which is direct and not misleading. However, it does not disclose side effects, permission requirements, reversibility, or what happens on success or failure. Given creation is inherently mutating, the lack of extra behavior details is a moderate gap.

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 a single, coherent sentence that immediately conveys the action and object. No fluff or redundant phrasing. It is appropriately front-loaded with the core purpose.

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?

All parameters are documented in the schema, and the description provides the essential context of the 'UluP Life' domain and the 'stella' concept. Missing return value details, error behavior, or authentication requirements are minor for a simple create tool, and the lack of an output schema is not an issue since the agent can infer a created object. Overall, it is reasonably complete.

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?

The input schema has 100% coverage with descriptive comments for all 7 parameters (e.g., date formats, color meanings, is_future_goal behavior). The description adds no parameter-specific detail, so it meets the baseline of 3 for high schema coverage without enriching beyond the structured data.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the specific verb 'Crea' and names the resource 'momento' with an explanatory parenthetical '(una stella)' and context 'nella costellazione dell'utente'. It clearly indicates a creation action, which distinguishes it from the sibling list_moments (a read operation) even without explicit contrast.

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?

There is no explicit when-to-use or when-not-to-use guidance. However, the purpose is self-evident: it's a create tool and the only sibling is list_moments, so usage is implicitly clear. Missing exclusions, such as recommending list_moments for viewing, prevent a higher score.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources