Skip to main content
Glama

list_resources

List resources by type (issues, pages, plans, projects, modules, labels, folders) from Lific, with filters for label, status, folder, and pagination.

Instructions

List resources by type: project, module, label, folder, page, issue, or plan. Most types need a project identifier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelNoLabel name (for issues or pages)
limitNoMax results (plans default to 50 and cap at 500; issues and pages default to 100; other lists ignore this field)
orderNoSort direction (for page lists): asc (default) or desc
folderNoFolder name (for pages)
offsetNoZero-indexed offset for issue, page, or plan paging
statusNoStatus filter for pages (draft, active, complete, archived) or plans
projectNoProject ID (required for issues, plans, modules, labels, and folders; optional for pages and projects)
order_byNoSort column (for page lists): sort_order (default), title, status, created, or updated
resource_typeYesResource type: project, module, label, folder, page, issue, or plan
Behavior2/5

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

No annotations are provided, so the description bears full responsibility for behavioral disclosure. It only mentions the project identifier requirement, omitting pagination, limits, sorting, default behaviors, or any side effects. The schema covers parameters but the description lacks 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 a single sentence that front-loads the core purpose and immediately lists supported types. Every word is necessary; there is no filler or redundant information.

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?

Although the schema is detailed, the description does not explain the output format, return values, or how the tool behaves for different resource types. With no output schema, the description should provide completeness; it does not.

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. The description adds minimal value beyond the schema (only notes project requirement). Baseline score 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 tool lists resources by type, enumerates all supported types, and notes a common constraint (project identifier). This distinguishes it from sibling tools that focus on individual resources or specific resource types.

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 provides context (most types need a project identifier) but does not explicitly state when to use this tool versus alternatives like list_issues or get_page. No exclusions or comparative guidance.

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/VoidNullable/lific'

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