should_think
Analyze a query to determine if deeper thinking is required, assessing complexity and context for informed decision-making within the MCP Agile Flow server.
Instructions
Assess whether deeper thinking is needed for a query.
This tool analyzes a query to determine if it requires deeper thinking, based on complexity indicators and context.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | The query to assess for deep thinking requirements |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "The query to assess for deep thinking requirements",
"title": "Query",
"type": "string"
}
},
"required": [
"query"
],
"title": "should_thinkArguments",
"type": "object"
}