Skip to main content
Glama

notifications_waitlist_v1_get

Retrieve waitlist notification details by ID to verify status and settings. Requires OAuth token.

Instructions

[GET] /notifications/waitlist/v1 - Waitlist notification detail。必填: query: id。需要 OAuth Token(oauthToken 或环境变量: ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN)。可读取资源 itad://guide/calling 获取完整调用说明。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo请求体(可选)
queryYesQuery 参数对象,必填: id
headersNo请求头对象(可选)
oauthTokenNoOAuth token(可选;如未传则读取环境变量 ITAD_OAUTH_TOKEN, ISTHEREANYDEAL_OAUTH_TOKEN)
pathParamsNo路径参数对象(可选)
Behavior3/5

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

With no annotations, the description carries the transparency burden. It discloses the HTTP method and OAuth requirement, and points to a guide resource, but does not mention return format, error behavior, or side effects (though as a GET, side effects are unlikely).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is brief, with the core purpose in the title and requirements in one additional sentence. The reference to 'itad://guide/calling' is useful but slightly redundant, making it efficient but not perfectly minimal.

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

Completeness3/5

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

This is a simple GET with a required id and auth, but no output schema or usage context is provided. The description covers basic requirements and points to a guide, but does not describe the response shape or when to prefer this over sibling notification tools.

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?

The input schema already provides descriptions for all 5 parameters, including the required id in query and OAuth token environment variables. The description's mention of 'query: id' and oauthToken adds no new parameter semantics 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 explicitly states '[GET] /notifications/waitlist/v1 - Waitlist notification detail', providing a specific HTTP verb, endpoint, and scope. The required 'query: id' is mentioned, clearly distinguishing this detail-fetch tool from sibling list/update tools.

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 states the required 'query: id' and OAuth token requirement, but provides no guidance on when to use this tool versus sibling tools like notifications_list_v1_get or notifications_read_v1_put. There is no explicit when-not or alternative recommendation.

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/ai-repo-save/isthereanydeal-mcp'

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