Skip to main content
Glama
priyanshu-arya

topmate-mcp

create_service

Create a new service on your Topmate profile with fully-drafted title, description, and intake questions to streamline bookings.

Instructions

Create a new service on the Topmate profile. Pass fully-drafted, final content — write a polished title and description and good intake questions yourself first (using get_profile/list_services as style reference), then call this with the finished result.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
priceNoPrice for the service, if applicable
titleYesFinal, polished service title
currencyNoCurrency code, e.g. "INR" or "USD"
questionsNoIntake questions to ask the buyer at booking time
descriptionYesFinal, polished service description
durationMinutesNoSession duration in minutes, if applicable

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A5/5.0
Behavior5/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 clearly states the action is a create operation, implies it modifies the profile, and instructs to pass final content, disclosing the expected behavior without hidden side effects.

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 two sentences with no unnecessary words, front-loading the primary action and then providing essential drafting instructions, making it efficient and easy to parse.

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

Completeness5/5

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

The description covers the key context: the tool creates a service, requires pre-drafted content, and references other tools for style. Given there is no output schema and the operation is straightforward, it is complete for an agent to use correctly.

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

Parameters5/5

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

All parameters have schema descriptions, and the tool description adds contextual guidance on polishing the title/description and using style references, enriching the meaning of the parameters beyond the schema alone.

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 tool creates a new service on the Topmate profile, and distinguishes it from siblings like update_service and delete_service by specifying 'Create a new service' and instructing to use get_profile/list_services for style reference.

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

Usage Guidelines5/5

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

The description provides explicit guidance on when to use the tool: after drafting polished content, and directs the user to prepare title, description, and intake questions first, referencing existing profile/services for style. This makes the intended workflow clear.

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