Skip to main content
Glama
hjpotter92

DataPacket MCP Server

by hjpotter92

Update Post-Install Script

update_post_install_script

Modify an existing post-install script by providing its ID, with options to change the script name, content, or auto-selection behavior.

Instructions

Update an existing post-install script by its ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPost-install script ID
nameNoNew script name
contentNoNew script content
isAutoSelectedNoAuto-run on installations via account manager or support
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states 'Update', which implies mutation, but does not mention side effects, permissions, or whether it overwrites existing fields. For a mutation tool, this is insufficient.

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?

The description is a single sentence that is concise and front-loaded with the key action. However, it might benefit from a tiny bit more detail without becoming verbose.

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 that this is a mutation tool with 4 parameters, no output schema, and no annotations, the description should provide more behavioral context and parameter usage details. The current description is minimal and leaves gaps.

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 has 100% coverage with descriptions for each parameter. The description adds no extra meaning beyond what the schema provides, so 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 uses a specific verb 'Update' and resource 'existing post-install script', and specifies the method 'by its ID', clearly distinguishing it from sibling tools like create_post_install_script and delete_post_install_script.

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 when to use the tool (to update an existing script) but does not explicitly state when not to use it or provide alternatives. No guidance on prerequisites or context is given.

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

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