Skip to main content
Glama

List / search projects

list_projects
Read-only

Browse or search the Shipyard feed. Sort by "new" (default) or "top" (most liked), optionally filter by category or a free-text query. Set mine=true to list only your own projects (needs an API key).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mineNoOnly your own projects (requires an API key).
sortNoOrder: "new" (default) or "top".
limitNoMax results (default 20, max 100).
queryNoFree-text search over title / pitch / category.
categoryNoFilter to a single category.

TDQS

A4.1/5.0
Behavior4/5

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

The annotations already declare readOnlyHint=true, so the agent knows it's safe. The description adds useful behavioral details: sorting defaults to 'new', mine requires an API key, and filtering options. There is no contradiction.

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 two sentences long with no wasted words. It front-loads the purpose and then details sorting, filters, and the mine parameter. Every sentence adds value.

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?

The description lacks mention of the limit parameter (default 20, max 100) and does not describe the output format. Given no output schema, these are gaps. However, for a simple list tool, the description is mostly adequate.

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 coverage is 100%, so the schema already documents each parameter. The description provides an overview but doesn't add significant meaning beyond what's in the schema for individual parameters. 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 clearly identifies the tool as browsing or searching the Shipyard feed, which distinguishes it from siblings like get_project (single project) or action tools. The verb 'browse or search' is specific to the resource.

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 states when to use the tool (to browse/search the feed) and explains sorting, filtering, and the mine option. It doesn't explicitly state when not to use it, but the context with siblings implies alternatives. Overall, the usage context is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

Every tool has a clear, distinct purpose: project CRUD, reviews, likes, bounties, and wallet. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case, making them predictable and easy to understand.

Tool Count5/5

8 tools cover the essential actions for a project review platform without being excessive or insufficient.

Completeness4/5

Core operations are present, but missing update and delete for projects and reviews, which are minor gaps agents can work around.

Resources