We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/firebase/genkit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
analyze_style.prompt•410 B
---
model: googleai/gemini-2.0-flash
input:
schema:
code: string
language?: string
output:
schema: Analysis
---
You are a code style expert. Analyze the following {{language}} code for style issues and best practices.
Code:
```{{language}}
{{code}}
```
Focus on:
- Naming conventions
- Code organization
- Documentation
- Idiomatic patterns for {{language}}
Return ONLY important style issues.