Skip to main content
Glama

list_posts

Retrieve a list of UI snippet posts from Looba. Filter by search term, tag, or snippet type, and sort by recent, popular, or views. Get titles, authors, tags, and URLs.

Instructions

List Looba snippet posts with optional search, tag filter, and sorting. Returns titles, authors, tags, and URLs. Use get_post for full code.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoSearch term to filter posts by title, description, author, or tags
tagNoFilter by exact tag name
snippet_typeNoFilter by snippet type (default: all)
sortNoSort order (default: popular)
pageNoPage number (default: 1)
limitNoResults per page, max 30 (default: 12)
Behavior3/5

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

No annotations are provided, so the description must carry the burden. It discloses return fields (titles, authors, tags, URLs) but does not mention side effects, authentication needs, or pagination behavior. For a listing tool, this is minimal but not misleading.

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?

Two sentences, front-loaded with the purpose, then return info and a pointer to a sibling. No redundant text.

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

Completeness4/5

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

Given 6 optional parameters, no output schema, and no annotations, the description provides a decent overview but omits details like default values and pagination behavior. It is sufficient for basic usage but not exhaustive.

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 each parameter is already documented. The description adds no new semantic information beyond summarizing optional filters. Baseline 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 starts with 'List Looba snippet posts' which is a specific verb+resource. It also distinguishes from the sibling tool 'get_post' by saying 'Use get_post for full code.' This clearly sets the scope.

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 one explicit alternative (get_post) but does not cover all siblings like search_by_author or get_popular_tags. It implies usage for listing with filters but lacks explicit when-not conditions.

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/Looba-snippet/looba-mcp'

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