Skip to main content
Glama

jdra_search_users

Find users by name or ID to assign as assignees or role members. Enter a partial query to filter matching users.

Instructions

사용자를 조회한다(담당자/역할 인원 해석용). query 로 이름/아이디 일부 필터.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNo이름 또는 아이디 일부 (생략 시 전체)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. The verb 'retrieve' implies a read-only operation, but side effects, authentication, or error behavior are not mentioned. It is adequate 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 short sentences with no unnecessary detail. It is front-loaded with the main action and purpose, followed by the parameter behavior.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple search tool with one optional parameter, the description provides sufficient context for an agent to decide when to use it and how to invoke it. Output format is not specified, but that is not critical for this tool type.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema describes the query parameter, and the description adds that it filters by partial name/ID and that omission returns all users. This reinforces the parameter's meaning beyond 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 the tool retrieves users, and explicitly mentions its purpose for interpreting assignee/role personnel. This distinguishes it from sibling search tools for projects, 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 description implies when to use this tool (for resolving assignee/role personnel) and the optional query parameter behavior. It does not explicitly contrast with other search tools, but the entity type (users) makes the context clear.

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