Skip to main content
Glama

create_favorite

Save a time-entry combination as a favorite for quick reuse. Returns the created favorite.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYesTask id.
project_idYesProject id.
customer_idYesCustomer id.
descriptionNoDefault time-entry description (optional).
sub_task_idYesSubtask id.
display_nameYesShort label for the favorite (e.g. 'Daily standup on Acme').
idempotency_keyNoOptional caller-supplied key; retrying with the same key returns the original result instead of acting twice.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It states the tool saves and returns the created favorite, but fails to mention idempotency (despite an idempotency_key parameter), side effects, permissions, or any other behavioral traits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with the main action. Very concise, but could be slightly more informative without adding much length.

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

Completeness2/5

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

Without an output schema, the description should explain what the returned favorite contains. It only says 'Returns the created favorite' without details. Also lacks context on prerequisites or error conditions for a tool with 7 parameters.

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% with each parameter already described. The description adds minimal value by summarizing the favorite as a 'time-entry combination', but does not elaborate on any parameter beyond the schema.

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 action ('Save') and the object ('a time-entry combination as a favorite'), with the purpose 'for quick reuse'. This distinguishes it from sibling tools like 'delete_favorite', 'use_favorite', and 'list_favorites'.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool vs alternatives like 'use_favorite' or other creation tools. The description implies usage for saving favorites, but does not provide conditions or exclusions.

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