Skip to main content
Glama
naft3r-101

Testing Platform — MCP server

by naft3r-101

find_project

Resolve a project name to its numeric ID. This ID is needed for other tools that work with projects.

Instructions

Resolve a free-text project name (e.g. "panda eats") to its id. Use before any other tool that takes a project, unless you already have the numeric id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesCase-insensitive project name or fragment.
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It communicates the basic function but omits important details such as behavior on no matches or multiple matches, and whether it returns a single id or could return multiple. These gaps reduce transparency.

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 concise with two sentences, each serving a distinct purpose: stating the action and providing usage guidance. There is no extraneous information.

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?

For a simple tool with one parameter and no output schema, the description covers the core functionality and usage context adequately. However, it lacks detail on edge cases (e.g., no match, multiple matches) and the return format, which would improve completeness.

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 baseline is 3. The description adds minimal value beyond the schema: it provides an example and context ('free-text'), but the schema already describes the parameter as 'Case-insensitive project name or fragment.' Thus, the description does not significantly enhance parameter understanding.

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's purpose: 'Resolve a free-text project name to its id.' It provides a concrete example ('panda eats') and specifies the output (id), making the function immediately understandable. It is distinct from sibling tools, which focus on other operations like adding comments or creating issues.

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?

The description explicitly tells when to use the tool ('Use before any other tool that takes a project') and when not to ('unless you already have the numeric id'). This provides clear decision guidance, which is crucial for an AI agent.

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/naft3r-101/testing-platform-mcp'

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