Skip to main content
Glama
auram-stone

Feather MCP Server

by auram-stone

get_request_status

Check the status of sent friend requests. Filter by pending, accepted, or declined to monitor outreach results.

Instructions

Check the status of sent friend requests.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of requests to return
statusNoFilter by friend request status

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestsYesRequest status list
Behavior2/5

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

With no annotations, the description carries full burden for behavioral disclosure. It states the operation is a 'check' (implying a read-only action) but does not disclose whether it requires authentication, returns data in any particular order, or how pagination works via the 'limit' parameter. Since it is a minimal statement, it does not provide enough behavioral context.

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 a single concise sentence that directly and clearly conveys the tool's purpose with no redundancy. It is front-loaded and easy to understand.

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?

For a simple retrieval tool with two optional parameters and an output schema, the description provides a clear purpose. However, it lacks explicit mention of default behavior (e.g., no filters applied when parameters are omitted) or specific use cases, but the schema and output schema fill in most of the details needed for invocation.

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 schema already documents both parameters ('limit' and 'status') clearly, including their types, ranges, and descriptions, achieving 100% coverage. The description adds no extra semantic information about the parameters; therefore, the baseline of 3 applies.

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's function: checking the status of sent friend requests. The verb 'check' + resource 'status of sent friend requests' is specific, and it distinguishes itself from siblings like 'send_friend_request' which handles sending.

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 implies that this tool is used to retrieve the status of friend requests that were previously sent, which gives some context. However, it does not explicitly state when to use this over alternatives, nor does it mention any prerequisites or situations where it should not be used.

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/auram-stone/feather-mcp-server'

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