Skip to main content
Glama

MCP Gemini API Server

by techkwon

verify_feature

Check if a specific feature exists in the codebase by analyzing paths and reviewing details provided in queries. Integrates with Google Gemini AI for enhanced verification capabilities.

Instructions

Verify if a feature is implemented in the codebase

Input Schema

NameRequiredDescriptionDefault
featureQuestionYesQuestion about the feature to verify
maxOutputKBNoMaximum output size in KB (optional)
pathsNoOptional specific paths to check
timeoutNoTimeout in seconds (optional)

Input Schema (JSON Schema)

{ "properties": { "featureQuestion": { "description": "Question about the feature to verify", "type": "string" }, "maxOutputKB": { "default": 1024, "description": "Maximum output size in KB (optional)", "type": "number" }, "paths": { "description": "Optional specific paths to check", "items": { "type": "string" }, "type": "array" }, "timeout": { "default": 300, "description": "Timeout in seconds (optional)", "type": "number" } }, "required": [ "featureQuestion" ], "type": "object" }
Install Server

Other Tools from MCP Gemini API Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/techkwon/mcp-gemini'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server