Skip to main content
Glama
kroq86

Runtime Copilot MCP Server

by kroq86

upsert_row

Upsert a row in a database table using order_id as the unique key to update existing records or insert new ones.

Instructions

Upsert one row by order_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
root_dirNo./tests/artifacts/mcp/engine_data
tableNoorders
order_idNo
customer_idNo
amountNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations provided, and description fails to disclose behavioral traits like side effects, error handling, or required permissions. Minimal context for a write operation.

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

Conciseness4/5

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

Extremely concise (6 words), front-loaded with key info. However, brevity sacrifices completeness; could expand without losing clarity.

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?

Given 5 unannotated parameters, 0% schema coverage, and no output schema details, description fails to provide sufficient context for correct invocation.

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

Parameters2/5

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

Schema description coverage is 0%, and description only mentions order_id. Other parameters (root_dir, table, customer_id, amount) are not explained, leaving agent without usage guidance.

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 'Upsert one row by order_id', specifying verb (upsert) and resource (row) with a key identifier. Differentiates from sibling 'insert_row'.

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 guidance on when to use this tool vs alternatives like insert_row. Missing context on prerequisites or scenarios where upsert is appropriate.

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/kroq86/data-engineering-runtime-lab'

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