Skip to main content
Glama

Rename a favorite list

rename_property_list

Use this when an authenticated user asks to rename one of their PropFácil favorite lists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesNew name for the favorite list.
listIdYesIdentifier of a favorite list owned by the authenticated user.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
listYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changed
    • addedInput schema / properties / listId / description
      Added value: +"Identifier of a favorite list owned by the authenticated user."
    • addedInput schema / properties / name / description
      Added value: +"New name for the favorite list."
  2. First observed

TDQS

A4/5.0
Behavior3/5

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

Annotations already indicate this is a write operation (readOnlyHint=false) and non-destructive (destructiveHint=false). The description adds the auth requirement, which is useful context, but it doesn't disclose any additional behavioral traits such as side effects or response behavior. With annotations covering the safety profile, this is adequate.

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 sentence, front-loaded with the action, and contains no filler or redundant information. Every word contributes to the purpose and usage context.

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 two-parameter rename tool, the description is complete enough. It specifies the auth context, the object being renamed, and the trigger. The output schema exists, so return values are documented separately. No critical gaps are apparent.

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 description coverage is 100%, so the schema already documents the meaning of 'name' and 'listId'. The description adds no parameter-specific information 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 clearly states the action (rename) and the resource (one of the user's PropFácil favorite lists). The sibling tools include delete, save, remove, and list operations, and 'rename' is unambiguous and uniquely distinguishes this tool from them.

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 explicitly provides a trigger condition ('when an authenticated user asks to rename') which tells the agent when to invoke this tool. It does not mention alternatives or exclusions, but for a simple rename operation the use case is evident and distinct from siblings.

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.