Skip to main content
Glama
Voryn-Software

ServiceTitan MCP Server

run_report

Execute a ServiceTitan report using its ID. Pass parameters like date ranges to filter data and retrieve results page by page.

Instructions

Run a ServiceTitan report by ID.

parameters: JSON string of report parameters, e.g. '{"From":"2024-01-01","To":"2024-12-31"}'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
report_idYes
parametersNo
pageNo
page_sizeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided, so description carries full burden. It only says 'Run a report' – no disclosure of side effects, rate limits, or response details (though output schema exists). Minimal transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Short description, but it includes a redundant 'parameters: JSON string...' line that could be integrated more cleanly. Front-loaded purpose is good.

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?

Has output schema, but description doesn't reference it. Parameter count 4, required 1. Adequate for a simple report runner, but pagination parameters lack explanation beyond defaults.

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?

Schema coverage is 0%, so description must compensate. It explains that 'parameters' is a JSON string and provides an example. It also mentions page/page_size defaults. Partial compensation but does not describe report_id beyond 'by ID'.

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 'Run a ServiceTitan report by ID,' which is a specific verb+resource. It distinguishes from sibling tools that are mostly list operations.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives (e.g., list reports in category). No when-not-to-use or prerequisites mentioned.

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/Voryn-Software/servicetitan-mcp'

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