list_projects reads Project rows. Optional q matches slug, name, or domain.
Admin ops. Fulfillment / customer data. Requires admin after MCP OAuth. No refund, cancel, or charge.
Find the project for reelsfarm.com and tell me how many orders it has.
Arguments
| Name | Type | Required |
|---|---|---|
q | string | No |
page | integer ≥ 1 | No |
pageSize | integer 1–50 | No |
Request
{ "q": "reelsfarm" }Response
{
"page": 1,
"pageSize": 20,
"total": 1,
"projects": [
{
"slug": "reelsfarm",
"domain": "reelsfarm.com",
"orderCount": 2,
"subscriptionStatus": "active"
}
]
}Use get_project for recent orders on one project.