list_rewrites
Retrieve and analyze pattern-based rewrite rules for a domain, including summary statistics and sample configurations, via the Migadu MCP Server.
Instructions
List pattern-based rewrite rules for domain. Returns summary with statistics and samples.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | No |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Domain"
}
},
"type": "object"
}