Skip to main content
Glama
montrellcruse

ServiceTitan MCP

memberships_recurring_services_list

Read-onlyIdempotent

List customer-location recurring services using filters for service, membership, and location IDs, active state, and creation or modification dates. Retrieve the page you need to review or audit recurring service records.

Instructions

List one requested page of customer-location recurring services using service, membership, and location IDs, active state, and created or modified timestamps. Use memberships_recurring_services_get for one known service and memberships_types_recurring_service_items_list for plan-level service configuration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsNoComma-separated recurring service IDs (maximum 50)
pageNoPage number (starts at 1)
activeNoFilter by active statusTrue
pageSizeNoRecords per page (default 50)
locationIdsNoComma-separated location IDs
includeTotalNoInclude total count in response
createdBeforeNo
membershipIdsNoComma-separated customer membership IDs
modifiedBeforeNo
createdOnOrAfterNo
modifiedOnOrAfterNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv3.0.0
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "$schema": "http://json-schema.org/draft-07/schema#",
      +  "additionalProperties": true,
      +  "properties": {},
      +  "type": "object"
      +}
  2. First observedv2.5.1

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds genuine behavioral context beyond that: pagination semantics ('one requested page') and the scope of filtering (customer-location recurring services by timestamps and IDs). It does not explain defaults like page size or active=True, but the schema covers pageSize and active defaults.

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?

Two sentences, both load-bearing: the first front-loads the verb, resource, and filter scope; the second handles sibling disambiguation. There is no repetition of schema content or filler.

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 an 11-parameter read-only list tool with an output schema and rich annotations, the description covers the critical selection criteria: what it lists, its pagination behavior, and how it differs from the two most confusable siblings. It does not explicitly differentiate from memberships_recurring_service_events_list or the recurring service types tools, but the naming and the explicit two-sibling routing make confusion unlikely.

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 64%, with the four timestamp parameters (createdBefore, createdOnOrAfter, modifiedBefore, modifiedOnOrAfter) having no schema descriptions. The description's phrase 'created or modified timestamps' at least signals that these filters exist, but it does not distinguish before/on-or-after semantics or the date-time format. It also summarizes the ID and active-state filters without adding detail beyond the schema. This is a partial compensation, not a full one.

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 and resource ('List one requested page of customer-location recurring services') and specifies the key filter dimensions (service, membership, and location IDs, active state, created/modified timestamps). It explicitly distinguishes itself from two siblings, memberships_recurring_services_get and memberships_types_recurring_service_items_list, so an agent can tell them apart without opening the schema.

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 second sentence gives explicit routing guidance: use memberships_recurring_services_get for one known service and memberships_types_recurring_service_items_list for plan-level configuration. This states when to prefer the alternatives, which is exactly what an agent needs to choose among the memberships_* siblings.

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

Deploy Server

Other Tools