Skip to main content
Glama

MCP Gemini API Server

by techkwon

verify_feature

Check if a specific feature is implemented in your codebase by analyzing paths and querying details. Validate functionality with optional timeout and output size controls.

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" }

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