Skip to main content
Glama
BACH-AI-Tools

Power Assist MCP Server

prepend

Adds a value to the start of an array, returning the new array. If the value is an array, adds each item individually for a flat result.

Instructions

Given an Array and a Value, this action adds the Value as the first item in the Array and returns the resulting Array. If an Array is supplied as the Value, a flat array will be returned with each of the items prepended.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full burden. It usefully discloses a key edge case: if the Value is an Array, a flat array is returned with each item prepended. However, it does not clarify whether the original array is mutated or a new array is returned, which is a common ambiguity in array operations.

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, front-loaded with the primary action and then adding a concise edge case. Every word earns its place; no fluff or repetition.

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?

For a simple array operation, the description covers the core behavior and a notable edge case, and states the return value. However, it omits mutation semantics and potential error conditions. Given the lack of output schema and annotations, it is reasonably complete but not exhaustive.

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

Parameters4/5

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

The input schema has zero properties, so the description is the only source. It names the two conceptual inputs (Array and Value) and explains their relationship. Since there are 0 parameters in the schema, the baseline is 4, and the description adds enough meaning to justify that score, though it lacks explicit parameter names/order.

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 states a clear action: adding a Value as the first item of an Array and returning the result. It uses a specific verb ('prepend') and distinctly describes the operation, differentiating it from sibling tools like 'reverse' or 'removefirst'.

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 use case ('Given an Array and a Value') but provides no explicit guidance on when to choose this over alternatives. It does not mention any exclusions or alternative tools, so the usage context is only inferred.

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/BACH-AI-Tools/bachai-power-assist'

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