Skip to main content
Glama
revenant20
by revenant20

search_projects

Search public projects on GitFlic by title, with paginated results including alias, title, and owner.

Instructions

Search for public projects across all of GitFlic by title. Returns paginated results with project alias, title, and owner. Only finds public projects — use list_projects for your own private projects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoSearch query (filter by title)
pageNoPage number (0-based)
sizeNoItems per page
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It explains pagination and the returned fields (project alias, title, owner), and clearly states the public-only limitation. It stops short of detailing search semantics (e.g., case sensitivity, partial matching) but is sufficiently transparent for a simple search tool.

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 and front-loaded with the primary purpose. Every sentence contributes essential information: the action/scope, the result shape, and the key limitation with alternative. No fluff or redundancy.

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?

Without an output schema, the description gives a useful preview of the return contents ('project alias, title, and owner') and pagination, which is essential for an agent. It lacks explicit mention of the overall response envelope (e.g., total count, next page token), but for a search tool of this simplicity, the information is sufficient for correct invocation and basic expectation setting.

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 schema already documents all three parameters with descriptions, achieving 100% coverage. The tool description adds minimal parameter-specific detail beyond noting the search is by title and that results are paginated, which is reflected in the schema. Thus, the description provides no significant additional value over the schema.

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 a specific action ('Search for public projects across all of GitFlic by title') with a defined scope. It also distinguishes from closely related sibling tools by explicitly noting that private projects are handled by list_projects.

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

Usage Guidelines5/5

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

Explicit guidance is provided: 'Only finds public projects — use list_projects for your own private projects.' This tells when to use this tool and directs the user to an alternative for the excluded case.

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/revenant20/gitflic-mcp'

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