Skip to main content
Glama

update_collection_folder

Modify existing folders in Postman collections by updating specific properties like name or description while preserving unchanged values.

Instructions

Update a folder in a collection. Acts like PATCH, only updates provided values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
collection_idYesCollection ID
folder_idYesFolder ID
folderYesFolder details to update
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 adds some context by specifying that it 'Acts like PATCH, only updates provided values,' which clarifies partial updates and non-destructive behavior. However, it misses details like authentication needs, error conditions, or response format, limiting 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 concise and front-loaded, consisting of two sentences that directly state the tool's function and its PATCH-like behavior. There is no wasted language, making it efficient and easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (mutation with nested objects) and lack of annotations or output schema, the description is moderately complete. It covers the PATCH behavior but omits details like return values, error handling, or permissions. This leaves gaps for an agent to fully understand the tool's context.

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?

Schema description coverage is 100%, so the schema already documents all parameters (collection_id, folder_id, folder). The description does not add meaning beyond the schema, such as explaining the 'folder' object's fields or providing examples. Baseline 3 is appropriate as the schema handles parameter documentation adequately.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Update a folder in a collection') and the resource ('folder'), making the purpose understandable. However, it does not explicitly differentiate from sibling tools like 'update_collection' or 'create_collection_folder', which would be needed for a score of 5.

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?

The description provides no guidance on when to use this tool versus alternatives (e.g., 'create_collection_folder' for creation, 'update_collection' for broader updates). It lacks context about prerequisites, such as needing an existing folder, or exclusions, leaving the agent without usage direction.

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/PostmanV3/mcp-PostmanV3'

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