Skip to main content
Glama
KuudoAI

Amazon Selling Central MCP

by KuudoAI

Services_getAppointmmentSlotsByJobId

Retrieve available appointment slots for a service job by its ID to schedule or manage service appointments.

Instructions

Catalog entry. Runs in your Kuudo deployment, not here. Gets appointment slots for the service associated with the service job id specified.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

C2.4/5.0
Behavior2/5

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

No annotations exist, so the description must carry the burden of behavioral disclosure. It notes this is a catalog entry and runs remotely ('not here'), but it fails to state whether this is a read-only operation, what authentication or context is needed, or what it returns. It also implies a service job id is specified while the schema defines no parameters.

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

Conciseness3/5

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

The description is brief with no filler, but the actual purpose statement is delayed behind the 'Catalog entry' and 'runs not here' caveats. It is compact but not optimally front-loaded.

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

Completeness2/5

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

For a tool with no output schema and no annotations, the description omits essential operational details: how to supply the job id, whether slots are returned in a particular format, and whether this read has restrictions. The remote/catalog-entry caveat is useful but leaves the definition incomplete.

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

Parameters1/5

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

The schema has zero declared properties, yet the description references 'the service job id specified,' implying an input that does not exist in the schema. Since additionalProperties is true, an agent cannot determine the correct parameter name or format from the description, making this actively misleading.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('Gets') and resource ('appointment slots for the service associated with the service job id'), making the core operation recognizable. However, it does not explicitly distinguish itself from sibling Services_getAppointmentSlots, and the 'Catalog entry' framing muddles whether this is directly invocable.

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 when-to-use guidance or comparison to alternatives is provided. The only usage-related note is negative ('Runs in your Kuudo deployment, not here'), which warns where it doesn't run but does not tell an agent when to choose this tool.

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/KuudoAI/amazon-selling-partner-mcp'

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