sendgrid_list_marketing_lists
ActiveTool of io.usefulapi/sendgrid
declared in 1.0.0
List your Marketing Campaigns contact lists, each with its id, name, and contact_count. Returns { result: [...], _metadata }. SendGrid: GET /v3/marketing/lists.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"page_size": {
"type": "integer",
"default": 100,
"maximum": 1000,
"minimum": 1,
"description": "Number of lists per page (1–1000, default 100)."
},
"page_token": {
"type": "string",
"description": "Pagination token from a previous response's _metadata."
}
}
}Parent server
io.usefulapi/sendgrid
https://github.com/m190/usefulapi-mcp
1/7 registries