You're viewing a demo portfolio

Join the waitlist
PRSM

get_profit_and_loss

Active

Tool of Xero

declared in 0.1.0

Get the Profit and Loss (income statement) financial report from a Xero accounting organisation for an optional date range. Returns the structured Xero report (report name, date, and row sections covering revenue, expenses, and net profit). Use for financial reporting and bookkeeping analysis.

Parameters schema

{
  "type": "object",
  "required": [],
  "properties": {
    "to_date": {
      "type": "string",
      "description": "Optional end date of the reporting period in YYYY-MM-DD format."
    },
    "from_date": {
      "type": "string",
      "description": "Optional start date of the reporting period in YYYY-MM-DD format."
    },
    "tenant_id": {
      "type": "string",
      "description": "Optional Xero tenant (organisation) id to target. If omitted, the first connected organisation is used. Get ids from list_organisations."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Xero

https://github.com/pipeworx-io/mcp-xero

1/7 registries
View full server →