Skip to main content
Glama

get_lists_in_folder

Retrieve all lists in a specified folder, including each list's ID, name, and task count. Use to find a list ID within a folder.

Instructions

List all Lists inside a Folder, with each List's id, name and task count. Use to discover a list_id within a Folder.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folder_idYesID of the Folder whose Lists to fetch.
archivedNoIf true, include archived Lists. Defaults to false.
Behavior3/5

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

No annotations are provided, so the description bears the full burden of behavioral transparency. It implies a read-only operation by describing it as listing data, but it does not explicitly state that it is non-destructive, nor does it disclose any side effects, auth requirements, or rate limits. The description is adequate but not comprehensive.

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, consisting of two sentences with no redundant information. The first sentence states the action and output, the second provides a practical usage. Every phrase adds value.

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

Completeness5/5

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

For a simple list-fetching tool, the description covers the purpose, output fields, and usage context. The parameters are well-documented in the schema. No output schema exists, but the description states the return fields (id, name, task count). The tool is low complexity, and the description is sufficiently complete.

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 provides descriptions for both parameters (folder_id and archived), resulting in 100% schema coverage. The description adds the context of using folder_id to discover list_ids, but does not add further semantic detail beyond the schema. Baseline 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 clearly states the action ('List all Lists inside a Folder') and the returned data (id, name, task count). It also includes a specific use case ('discover a list_id within a Folder'), distinguishing it from sibling tools like get_list or get_folderless_lists.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides a clear usage context ('Use to discover a list_id within a Folder'). However, it does not mention when not to use this tool or suggest alternatives, such as find_list_by_name for filtering by name.

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/helbertparanhos/clickup-mcp-pro'

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