Skip to main content
Glama
devCMSS

tds-mcp

by devCMSS

Validar patch (sem aplicar)

tds_patch_validate
Read-only

Validate a patch file against the connected environment's RPO to detect outdated sources before applying. Ensures patch sources are not older than RPO to prevent regression.

Instructions

Valida um arquivo de patch contra o RPO do ambiente conectado, sem aplicar. Aponta fontes do patch mais antigos que o RPO. Gate recomendado antes de tds_patch_apply. As datas comparadas (dataPatch/dataRPO) seguem a semântica de mtime do arquivo-fonte na compilação, não do instante de compilação.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
arquivoPatchYesCaminho local do .ptm/.upd/.pak
Behavior4/5

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

Annotations declare readOnlyHint=true, and description confirms non-destructive behavior ('sem aplicar'). Adds behavioral details: compares source file mtime and points out older sources. No contradiction.

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 sentences, front-loaded with main purpose, no unnecessary words. Every sentence adds value: purpose, usage, and important date semantics.

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 simple tool with one well-documented parameter and readOnlyHint annotation, description covers purpose, usage, and a key behavioral detail. Missing explicit mention of return value/format, but the output is implied ('aponta fontes...').

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 coverage is 100% with a clear description of the parameter 'arquivoPatch'. Description does not add extra parameter information beyond what the schema provides, so 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?

Description clearly states the action: validate a patch file against the RPO without applying. It distinguishes from sibling tds_patch_apply and specifies the file types (.ptm/.upd/.pak).

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?

Explicitly recommends using this tool before tds_patch_apply ('Gate recomendado antes de tds_patch_apply'). Also clarifies the date semantics, aiding correct usage. Lacks explicit when-not-to-use, but the context is clear.

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/devCMSS/tds-mcp'

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