Skip to main content
Glama
passgage

Passgage MCP Server

Official
by passgage

passgage_update_night_work

Update a night work record by its UUID with new data. Modify night shift time tracking entries in the Passgage workforce system.

Instructions

Update an existing night_work

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe UUID of the night_work to update
dataYesThe data for updating the night_work
Behavior1/5

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

No annotations are provided, so the description must disclose behavioral traits. It fails to mention any side effects, authentication requirements, error behavior, or whether the update is partial or full. It only states the operation without revealing its effects.

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

Conciseness2/5

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

The description is a single short sentence, but it is under-specified rather than appropriately concise. It lacks substance and does not earn its place as a helpful description.

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

Completeness1/5

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

Despite having a free-form data object and no output schema, the description provides no context about what fields are updatable, the semantics of the data object, or the expected behavior. This makes the tool difficult to invoke correctly, especially without examples or additional documentation.

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 provides descriptions for both id and data, covering 100% of parameters. The description adds no additional parameter semantics, so the baseline score of 3 applies.

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

Purpose2/5

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

The description 'Update an existing night_work' directly restates the tool name without adding any additional information about what a night_work is or how it differs from other update tools. It is a tautology, not a meaningful explanation of purpose.

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?

The description provides no guidance on when to use this tool, when not to use it, or alternatives such as create_night_work or delete_night_work. There is no context about prerequisites or conditions.

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

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