Skip to main content
Glama

searchRepos

Search full-text across repository names and descriptions to find relevant projects. Provide a query and limit to narrow results.

Instructions

Full-text search across repository names and descriptions

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 50)
queryYesSearch query
relaysNo
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only states the search scope and does not mention return format, default behavior, authentication, or rate limits. This is a significant gap for a tool with no annotations.

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 concise sentence with no redundant words. It is front-loaded and immediately conveys the tool's primary function.

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?

With no output schema and no annotations, the description must explain more about the tool's behavior, such as what it returns and any limitations. It does not provide this, making it incomplete for an agent to understand the full invocation context.

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 67%. The description adds meaning to the 'query' parameter by specifying it searches repository names and descriptions, but it does not clarify the 'relays' parameter, which is left entirely undocumented in 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 uses a specific verb ('search') and clearly identifies the resource scope ('repository names and descriptions'). It distinguishes itself from siblings like listRepos and getRepo, which serve different purposes.

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 implies the tool is for finding repositories by text query, but it does not explicitly state when to use it over alternatives or mention any exclusions. There is no guidance on context such as 'use this when you need to search by keywords'.

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/arbadacarbaYK/gittr-mcp'

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