Skip to main content
Glama
pyzack

SYD MCP Server

by pyzack

get_batch_status

Retrieve status, traceability, and compliance for a SYD batch by querying its digital twin with the batch ID.

Instructions

Returns the SYD Digital Twin (status, traceability, compliance) for a batch ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
batch_idYesThe SYD batch ID, e.g. SYD-DEMO-001
Behavior3/5

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

With no annotations, the description must carry the full burden of explaining behavior. It communicates a read-only intent via 'Returns' and describes the content of the response, but it does not disclose error behavior, permissions, or any side effects. The minLength and example in the schema cover parameter validation, but beyond that the behavioral picture is sparse. Still, for a simple getter, this is adequate.

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 a single, well-structured sentence that is efficiently front-loaded with the verb and resource, and the parenthetical enumerates what is returned without any filler. Every word contributes to understanding the tool's purpose.

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 a tool with one required parameter and no output schema, the description adequately indicates what will be returned (status, traceability, compliance), which is the key contextual information an agent needs. It doesn't specify the return structure, but the parenthetical gives a reasonable expectation. The simplicity of the tool makes this sufficient.

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?

The input schema already fully describes the sole parameter 'batch_id' with a clear example and type. The description adds no new semantic information beyond referencing the batch ID again. Since schema coverage is 100%, a baseline score of 3 is appropriate.

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's function with a specific verb ('Returns') and a specific resource ('SYD Digital Twin') scoped to a batch ID, and enumerates the key deliverable aspects (status, traceability, compliance). Even without sibling tools, the purpose is unambiguous and distinct.

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

Usage Guidelines3/5

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

The usage context is implicit: the tool should be used when you have a batch ID and need its digital twin information. However, there is no explicit guidance about when not to use it, prerequisites, or alternatives. Since there are no sibling tools, some inference is required, but the description gives no direct directives.

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/pyzack/mcp-server'

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