Skip to main content
Glama
exit150

@quikrun/mcp

by exit150

update_snippet_code

Save full source code to a snippet's draft, replacing the current draft code.

Instructions

Save source code to a snippet's draft. Overwrites the current draft code.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYesFull source code to save to the draft.
slugYesThe snippet slug.
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does indicate the destructive nature via 'Overwrites the current draft code,' but it does not clarify whether the published snippet is affected, require permissions, or mention reversibility. Some critical behavior is disclosed, but not enough for a mutation tool.

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 two sentences long and immediately states the action and effect. Every word earns its place, and the overwrite warning is concise. There is no redundancy or filler.

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 the simple tool with only two parameters and no output schema, the description provides enough context: it states what is saved (source code), where (to a draft), and the effect (overwrites current draft). It does not explain return values, but that is acceptable without an output schema. It lacks deeper context about interactions with other snippet states, but the description is effectively complete for its simplicity.

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 100% coverage with descriptions for both parameters ('Full source code to save to the draft' and 'The snippet slug'), so the description adds minimal extra meaning. It reaffirms that the code is source code but does not introduce new semantic details beyond the schema.

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 uses a specific verb ('Save') and resource ('source code to a snippet's draft'), clearly distinguishing it from sibling tools like update_snippet, which likely handles metadata. It also adds the key behavioral detail that it 'Overwrites the current draft code,' making the tool's scope explicit.

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 description implies the tool is for saving code to a snippet's draft, but it does not explicitly state when to use this tool versus alternatives like update_snippet. No exclusions or alternative tools are mentioned, leaving the usage context implicit rather than overt.

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/exit150/quikrun-mcp'

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