Skip to main content
Glama
resend

Email Sending MCP

by resend

List OAuth Grants

list-oauth-grants

List all OAuth grants authorized for your team, including active and revoked ones. Each grant shows the app name, scopes, and creation date.

Instructions

List OAuth grants for the team — the apps authorized to act on the team's behalf. Returns every grant, active and revoked; a grant with a non-null revoked_at is no longer active. Each grant includes the client (app) name, scopes, and creation date. Don't bother telling the user the IDs unless they ask for them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNoOAuth grant ID after which to retrieve more (for forward pagination). Cannot be used with "before".
limitNoNumber of OAuth grants to retrieve. Max: 100, Min: 1
beforeNoOAuth grant ID before which to retrieve more (for backward pagination). Cannot be used with "after".
Behavior4/5

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

With no annotations, the description carries full burden. It discloses that grants can be active or revoked, explains the revoked_at field, and states what each grant includes (client name, scopes, creation date). It does not cover rate limits or auth requirements, but for a read operation, this is good transparency.

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 two substantive sentences plus a colloquial hint. It is fairly concise, though the third sentence ('Don't bother...') could be considered unnecessary or better placed elsewhere. Overall, it is well-structured and front-loaded.

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?

Given no output schema or annotations, the description explains the return content (client name, scopes, creation date) and the revocation indicator. It mentions pagination parameters but doesn't elaborate beyond the schema. For a list tool, this is reasonably complete.

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?

Schema description coverage is 100%, so the schema already documents pagination parameters. The description adds context about the list's contents but does not add new meaning to the parameters beyond what the schema provides.

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 lists OAuth grants for the team, specifying it returns both active and revoked grants. It uses specific language ('List OAuth grants for the team') and distinguishes from the sibling revoke-oauth-grant.

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 provides no explicit guidance on when to use this tool vs alternatives. There is a hint ('Don't bother telling the user the IDs unless they ask for them'), but no mention of when listing is appropriate or when to use other tools like revoke-oauth-grant.

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/resend/resend-mcp'

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