Skip to main content
Glama
priyanshu-arya

topmate-mcp

update_service

Update an existing Topmate service by changing only the fields you specify; omitted fields remain unchanged. Provide polished content for any updated details.

Instructions

Update an existing Topmate service. Only pass the fields that should change — omitted fields are left as-is. Pass final, polished content, not rough notes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
priceNo
titleNo
questionsNoReplaces the full set of intake questions if provided
serviceIdYesThe Topmate service ID to update
descriptionNo
durationMinutesNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations provided, the description carries the transparency burden. It does disclose that omitted fields are left unchanged and that content should be final/polished, but it does not mention side effects, validation behavior, permissions, or whether the updated service is returned.

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 concise and well-structured: two sentences cover the core purpose, partial-update semantics, and content quality expectations without unnecessary fluff.

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

Completeness3/5

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

The description is sufficient for a simple update operation and no output schema is expected, but it does not address the relationship with sibling tools like update_questions or provide additional context about parameter constraints. Some operational context is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 33%, and the description does not compensate by explaining key parameters like price, title, description, or durationMinutes. It only reiterates the partial-update behavior, leaving agents to infer meaning from property names.

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 ('Update') and the resource ('an existing Topmate service'), distinguishing it from create/delete tools and from update_profile. The partial-update note reinforces that this is a targeted update tool.

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?

It provides useful usage guidance about partial updates and requiring polished content, but it does not explicitly state when to prefer this tool over siblings like update_questions or create_service. The intended usage is somewhat implied rather than explicitly contrasted with alternatives.

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