list_query_templates_tool
Retrieve available query templates, optionally filtered by programming language, to enhance code analysis using the MCP server with tree-sitter integration.
Instructions
List available query templates.
Args:
language: Optional language to filter by
Returns:
Available templates
Input Schema
Name | Required | Description | Default |
---|---|---|---|
language | No |
Input Schema (JSON Schema)
{
"properties": {
"language": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Language"
}
},
"title": "list_query_templates_toolArguments",
"type": "object"
}