Skip to main content
Glama

comfy_favorite_technique

Set a technique's favorite status and rating (0-5) to organize and prioritize your workflows.

Instructions

Set favorite status and/or rating for a technique.

Args: technique_id: The technique ID to update favorite: Whether to mark as favorite (default True) rating: Rating from 0-5, or -1 to leave unchanged (default -1)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ratingNo
favoriteNo
technique_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description is consistent with annotations (all hints false match the mutating nature of 'Set favorite status') and adds useful details like the rating sentinel '-1 to leave unchanged' and default behaviors. However, it doesn't address side effects, validation outcomes (e.g., invalid technique_id, out-of-range rating), or idempotency implications, which matter given idempotentHint is false.

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 highly efficient: one purpose sentence followed by a clean, standard Args block with no filler or repetition. Every line earns its place, and the format is immediately scannable.

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 simple 3-parameter mutation with an output schema and no enums or nested objects, the description covers the essentials well: what it does and what each parameter means. It's slightly light on edge-case behavior (e.g., what happens with rating=0, or calling repeatedly), but for the scope of this tool, the coverage is strong.

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 0% schema description coverage, the description fully compensates by documenting all three parameters with meaning and default semantics. The explanation of rating's '-1 to leave unchanged' sentinel and favorite's 'default True' provides genuine clarity an agent needs; a small deduction for not elaborating further on valid ranges or interaction effects between 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 opens with a specific verb+resource: 'Set favorite status and/or rating for a technique,' clearly identifying the action (set favorite/rating fields) and the target resource (a technique). This cleanly distinguishes it from siblings like comfy_save_technique, comfy_list_techniques, and comfy_search_techniques, which serve different purposes.

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?

Usage context is implied through the semantic description and parameter docs rather than stated explicitly. There is no guidance on when to choose this over related siblings (e.g., comfy_save_technique) or when-not-to-use it, but the purpose is clear enough that an agent could reasonably infer when to call it.

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/dreamrec/ComfyPilot'

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