Crystal Reports · Capability
Crystal Reports Report Management
Unified workflow for managing Crystal Reports including authentication, repository browsing, report viewing, data access, and export. Used by report developers, BI analysts, and application developers.
What You Can Do
POST
Logon
—
/v1/auth
GET
Browse repository
—
/v1/reports
GET
Get report summary
—
/v1/reports/{id}
GET
Export report
—
/v1/reports/{id}/export
GET
Get rows
—
/v1/reports/{id}/rows
MCP Tools
logon
Authenticate to Crystal Reports server
browse-repository
Browse the BI platform report repository
read-only
idempotent
list-folder-children
List contents of a repository folder
read-only
idempotent
get-report-summary
Get report summary including name, author, and URIs
read-only
idempotent
get-report-structure
Get report metadata with datasources, fields, parameters, and formulas
read-only
idempotent
create-instance
Create a transient report instance
export-report
Export report to PDF, Excel, CSV, Word, XML, or other format
read-only
idempotent
get-rows
Get report data rows via OData with pagination and filtering
read-only
idempotent
post-row
Push data to a transient report instance
get-grand-totals
Get report grand totals and summaries
read-only
idempotent
get-odata-metadata
Get EDMX metadata describing the report data model
read-only
idempotent
APIs Used
cr-reporting