Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get detailed information about a Jira project
jira__get_project
{ "type": "object", "properties": { "cloudId": { "type": "string", "description": "Atlassian cloud ID from OAuth accessible resources" }, "projectIdOrKey": { "type": "string", "description": "Jira project ID or key" } }, "required": [ "cloudId", "projectIdOrKey" ], "description": "Input schema for the jira__get_project tool." }