get_project_findings
Retrieve historical analysis findings for .NET and Java projects to detect stateful code patterns and get remediation guidance for stateless architecture migration.
Instructions
Retrieve historical analysis findings for a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectName | Yes | Name of the project |
Input Schema (JSON Schema)
{
"properties": {
"projectName": {
"description": "Name of the project",
"type": "string"
}
},
"required": [
"projectName"
],
"type": "object"
}