Skip to main content
Glama
SinthetikIndustries

Service Fusion MCP

Get Equipment

get_equipment
Read-onlyIdempotent

Retrieve customer equipment records by customer ID or name, including type, make, model, serial, warranty, and custom fields. Optionally fetch a specific record using equipment ID.

Instructions

Get equipment records for a customer (type, make, model, serial, warranty, custom fields). Requires customer_id or customer_name. Optionally fetch a single record via equipment_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default: 1).
per_pageNoResults per page (default: 50, max: 50).
customer_idNoCustomer ID (skips name resolution). Either this or customer_name is required.
equipment_idNoSpecific equipment ID to fetch a single record.
customer_nameNoCustomer name (partial match), resolved to customer_id internally. Either this or customer_id is required.
Install Server

TDQS

A4/5.0
Behavior3/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 context about customer scoping and single-record behavior, but it does not disclose pagination behavior, output format, or how customer_name is resolved beyond what the schema already says. This is acceptable but not rich.

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 short sentences with no filler. The action and scope are front-loaded, the requirement is stated immediately, and the optional mode is separated clearly. Every sentence earns its place.

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?

Given the read-only annotations, full schema coverage, and no output schema, the description covers identity requirements, output fields, and optional single-record behavior. The only minor gaps are that the relationship between equipment_id and the required customer identifier is slightly ambiguous, and pagination is only discoverable from the input schema rather than the description.

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 every parameter is already documented in the schema. The description restates the customer_id/customer_name requirement and the equipment_id option, and it adds the equipment fields returned. This adds minor clarity but does not meaningfully extend the schema's parameter semantics.

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 starts with a specific action and resource: 'Get equipment records for a customer' and enumerates the relevant fields (type, make, model, serial, warranty, custom fields). It also clearly distinguishes the optional single-record mode via equipment_id. No sibling tool duplicates this purpose, so an agent can confidently identify what this tool does.

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 states the required input context: 'Requires customer_id or customer_name' and explains that equipment_id optionally fetches a single record. That gives clear guidance on when to call the tool. It does not explicitly mention alternatives or exclusion conditions, but there is no competing equipment sibling, so the guidance is sufficient.

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

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/SinthetikIndustries/Service-Fusion-MCP'

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