Skip to main content
Glama
seonmikii

gdc-claude-plugin

by seonmikii

list_my_notifications

Lists your notifications for mentions, comments, and status changes, newest first, with unread count. Optionally filter to unread items only.

Instructions

내 알림 목록을 조회한다(조회 전용 — 읽음 처리는 하지 않는다).

멘션·담당자 변경·댓글·상태 변경 등 나를 수신자로 하는 알림을 최신순으로 반환하고, 미읽음 총 개수(unread_count)를 함께 준다.

  • unread_only=True면 읽지 않은 알림만 조회한다.

  • limit은 최대 99(서버 상한). 그보다 많이 요청해도 99로 자른다.

  • 워크스페이스/프로젝트 스코프가 없다 — 서버가 수신자 기준으로만 거르므로 다른 워크스페이스의 알림이 섞여 온다. 항목의 project_name으로 구분한다.

  • 각 항목의 url로 get_task/open_task를 이어서 호출할 수 있다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
unread_onlyNo

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 fully discloses key behaviors: it does not mark notifications as read, enforces a limit cap of 99, may include notifications from other workspaces, and includes unread_count. It also suggests follow-up actions using the item URLs.

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 main sentence and bullet points for additional details. It is concise yet informative, with every sentence adding value.

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?

The description covers purpose, parameters, limitations, and follow-up calls, which is complete for a simple read-only tool with two parameters. The output schema already handles return values, 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%, but the description explains both parameters (unread_only and limit) with their effects and the server-side cap on limit. This fully compensates for the schema's lack of descriptions.

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 the user's notification list in read-only mode, with types, ordering, and unread count. It is distinct from sibling tools like list_my_tasks and list_my_mentions by focusing on notifications for the recipient.

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 provides clear context on when to use it (for user's notifications) but does not explicitly name alternatives or state when not to use it. It does mention the lack of workspace/project scope, which helps set expectations.

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