Skip to main content
Glama

jdra_search_projects

Search for projects by partial name to convert project names into IDs. Use the query parameter to filter and retrieve matching project identifiers.

Instructions

프로젝트를 조회한다(이름→id 해석용). query 로 이름 일부 필터.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNo프로젝트 이름 일부 (생략 시 전체)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the disclosure burden. It explicitly describes a read operation and partial-name filtering behavior via query. It does not cover output structure or edge cases, but for a simple lookup this is adequate.

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 short sentences with no filler; the operation and purpose are front-loaded and the filtering parameter is stated succinctly.

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?

The tool is simple: one optional parameter, no output schema, and a clear lookup purpose. The description is complete enough to select and invoke it correctly, though a bit more explicit return-format detail would make it fully self-contained.

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% and the query parameter is already described as '프로젝트 이름 일부 (생략 시 전체)'. The description mostly restates this, adding no new parameter-level semantics beyond the name→id purpose.

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 states a specific verb and resource ('프로젝트를 조회한다') and adds the intended purpose '이름→id 해석용', making the tool's role clear. It is distinct from sibling search tools for users, customers, and product lines.

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 parenthetical '(이름→id 해석용)' gives a clear context for when to use the tool: resolving a project name to an ID. It does not explicitly list exclusions or alternatives, but no sibling covers project search.

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