Skip to main content
Glama
delano
by delano

list_pan_elements

Retrieve elements and folders from the Private API Network using filters like type, time range, creator, name, and summary. Sort and paginate results as needed.

Instructions

Get all elements and folders in Private API Network

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sinceNoReturn only results created since the given time (ISO 8601)
untilNoReturn only results created until this given time (ISO 8601)
addedByNoReturn only elements published by the given user ID
nameNoReturn only elements whose name includes the given value
summaryNoReturn only elements whose summary includes the given value
descriptionNoReturn only elements whose description includes the given value
sortNoSort field
directionNoSort direction
offsetNoNumber of results to skip
limitNoMaximum number of results to return
parentFolderIdNoReturn elements in specific folder. Use 0 for root folder.
typeNoFilter by element type
Behavior2/5

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

No annotations exist, so the description should fully disclose behavior. It does not mention read-only nature, authentication needs, pagination, or rate limits. The minimal description lacks sufficient behavioral context.

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 extremely concise at one sentence, capturing the core purpose without any redundant words. Every word serves a purpose.

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?

Despite high schema coverage, the description fails to explain return values, pagination, or filtering logic. For a tool with 12 parameters, this is insufficient for an agent to use it effectively without external knowledge.

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?

With 100% schema description coverage, the baseline is 3. The tool description adds no extra meaning beyond the schema definitions, providing no additional parameter context.

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 tool retrieves 'all elements and folders in Private API Network', specifying both the action and the resource. It is distinct from sibling list tools by focusing on the Private API Network.

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?

No guidance is provided on when to use this tool versus alternatives like list_apis or list_collections. The description does not include exclusions, prerequisites, or typical use cases.

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/delano/postman-mcp-server'

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