You're viewing a demo portfolio

Join the waitlist
PRSM

sendgrid_list_templates

Active

Tool of io.usefulapi/sendgrid

declared in 1.0.0

List your transactional email templates (Dynamic and/or Legacy). Returns { result: [...], _metadata } — use _metadata.next / page_token to paginate. SendGrid: GET /v3/templates.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "page_size": {
      "type": "integer",
      "default": 50,
      "maximum": 200,
      "minimum": 1,
      "description": "Number of templates per page (1–200, default 50)."
    },
    "page_token": {
      "type": "string",
      "description": "Pagination token from a previous response's _metadata."
    },
    "generations": {
      "enum": [
        "legacy",
        "dynamic",
        "legacy,dynamic"
      ],
      "type": "string",
      "default": "dynamic",
      "description": "Which template generation(s) to return (default: dynamic)."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.usefulapi/sendgrid

https://github.com/m190/usefulapi-mcp

1/7 registries
View full server →