Skip to main content
Glama
seonmikii

gdc-claude-plugin

by seonmikii

list_my_mentions

Retrieves comment mentions involving you, sorted newest first. Filter by mention type, date, or keyword to find discussions in your workspace.

Instructions

나와 관련된 댓글 멘션 목록을 최신순으로 조회한다(조회 전용).

알림(list_my_notifications)과 달리 댓글 본문을 훑는 용도다 — 어떤 태스크에서 무슨 이야기가 오갔는지 확인할 때 쓴다.

  • mention_type: 'mentioned'(나를 언급한 것)/'authored'(내가 쓴 것)/'both'(기본).

  • 스코프: 현재 레포 컨텍스트의 워크스페이스 + 프로젝트를 기본 적용한다. project_id를 직접 주면 그 프로젝트로 바꿔 조회한다.

  • date_from/date_to: 작성일 범위(YYYY-MM-DD). search: 댓글 본문 부분 일치.

  • preview는 서버가 100자로 자른 조각을 평문화한 값이라 문장이 중간에서 끊길 수 있다. 전체 내용은 url이나 list_task_comments(task_id)로 확인한다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
searchNo
date_toNo
date_fromNo
project_idNo
mention_typeNoboth

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description carries full burden. It discloses read-only nature ('조회 전용'), scope behavior (current workspace/project default, project_id override), date format, search semantics, and preview truncation (server cuts at 100 chars). This goes beyond typical descriptions and covers key behavioral traits.

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 well-structured with a clear lead sentence, a usage-context paragraph, and bullet-point parameter explanations. Every segment adds value: purpose, differentiators, parameter semantics, and preview caveat. No wasted words despite being detailed.

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?

Given 6 parameters, no annotations, and the presence of sibling tools, the description is fully complete for selecting and invoking the tool. It covers purpose, scope, parameter behavior, and output limitations (preview truncation, fallback to list_task_comments). The output schema handles return structure, so no further explanation is needed.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must explain all parameters. It thoroughly explains mention_type (with values 'mentioned'/'authored'/'both'), project_id scope override, date_from/date_to format (YYYY-MM-DD), and search (partial match on comment body). Only 'limit' is not explicitly described but its default and meaning are self-evident, so this is a minor omission.

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 it retrieves a list of comment mentions related to the user, sorted by latest. It explicitly distinguishes itself from list_my_notifications by noting it scans comment bodies rather than notifications, and also references list_task_comments for full content.

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?

Provides explicit when-to-use guidance: '댓글 본문을 훑는 용도다 — 어떤 태스크에서 무슨 이야기가 오갔는지 확인할 때 쓴다' (for scanning comment bodies to see what was discussed). It also contrasts with list_my_notifications and advises using list_task_comments for full content when previews are truncated.

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/seonmikii/gdc-claude-plugin'

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