Skip to main content
Glama
emanuelmartin

MCP Parse Server

parse_remove_from_array

Atomically removes specified primitive values (string, number, boolean, null) from an array field in a Parse Server record.

Instructions

Elimina elementos específicos de un campo array de forma atómica. Solo acepta valores primitivos (string, number, boolean, null).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputSchemaYes
Behavior2/5

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

The description mentions atomicity and primitive-only values, but lacks details on return values, error behavior, removal of all occurrences, or permissions. No annotations exist to fill the gap. The primitive-only claim conflicts with the schema, which allows object items and omits null, undermining transparency.

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 concise sentences, front-loaded with the primary purpose and key constraint. No redundant information is present.

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?

As a mutation tool with no annotations, no output schema, and a nested parameter structure, the description is too sparse. It omits crucial behavioral details like removal semantics, return format, edge cases, and prerequisites, leaving significant gaps for an agent.

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 schema provides descriptions for nested properties (values, objectId, className, fieldName), but the top-level inputSchema parameter lacks description. The tool description adds context about primitive values, partially compensating for the 0% top-level coverage.

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 clearly states the verb 'Elimina' (remove) and the resource 'un campo array' (an array field), specifying atomic removal of specific elements. This distinguishes it from siblings like parse_add_to_array and parse_remove_relation.

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 removing primitive values from an array field, but provides no explicit when-to-use or when-not-to-use guidance. It does not mention alternatives or exclusions, leaving usage context to the reader.

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/emanuelmartin/mcp-parse-server'

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