Skip to main content
Glama

get_notifications

Fetch notifications from your A2A Market mailbox, including list, total, and unread count. Filter by unread status or event type such as sourcing progress, match found, or quote received.

Instructions

查询通知信箱。返回通知列表、总数和未读数。可按未读、事件类型过滤。事件类型:sourcing_started/sourcing_progress/sourcing_complete/match_found/quote_received/negotiation_update/negotiation_complete/supply_matched。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
unreadNo仅返回未读通知
event_typeNo事件类型过滤
limitNo每页条数(默认 20,上限 100)
offsetNo偏移量
Behavior3/5

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

No annotations provided, so description is the sole source. It describes the return fields (list, total, unread) and filter options, but does not disclose whether it's read-only, auth requirements, or rate limits. It adds useful context but could be more transparent.

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 extremely concise with two sentences, front-loading the purpose and listing filters efficiently. No wasted words.

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?

No output schema, so description must explain return values. It states returns list, total, unread count, which is adequate. It covers filtering and event types. Pagination is implied via parameters, but not explicitly described. Overall sufficient for a filtered list tool.

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?

Schema coverage is 100%, so baseline is 3. The description adds value by listing event types explicitly and noting default/max for limit (默认 20,上限 100), which goes beyond the schema description.

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 '查询通知信箱' (query notification inbox) and specifies it returns a list, total count, and unread count. It mentions filtering by unread and event type, listing all event types. This clearly distinguishes it from siblings like get_messages or list_conversations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not explicitly state when to use this tool versus alternatives (e.g., mark_notification_read for marking). It implies usage for querying notifications with filters but lacks guidance on when not to use it or prerequisites.

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/ggqshuai-hub/a2amarket-mcp-server'

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