get_project
Retrieve project details by code using the QASE MCP Server. Simplify test management integration by accessing project-specific data with a single API call.
Instructions
Get project by code
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"code": {
"type": "string"
}
},
"required": [
"code"
],
"type": "object"
}