Get an application
springroll.app.getReturns an application's registry record: metadata, lifecycle stage, risk score, and whichever of the optional sections you ask for. No secrets are included.
Sections, all returned by default:
• source: repository or uploaded bundle, and cannotBuildReason when a deploy would be refused for want of a source
• history: recent releases and deployments
• status: each environment's current deployment, outstanding approvals, and usage. This answers "where is my app up to?"
• grants: data access grants and dependencies
Pass a narrower include when you only need part of it; each section costs a query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | Yes | Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization." | |
| include | No | Sections to return. Defaults to all of them. | |
| application | Yes | Application slug or id. |