Skip to main content
Glama

React Native MCP Server

by MrNitro360

analyze_component

Evaluates React Native components to ensure adherence to best practices. Analyzes functional, class, or hook components, or entire codebases, providing actionable insights for optimization and compliance.

Instructions

Analyze React Native component for best practices

Input Schema

NameRequiredDescriptionDefault
codeNoReact Native component code to analyze. If not provided, analyzes entire codebase
codebase_pathNoPath to React Native project root for codebase analysis
typeNoComponent type

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "code": { "description": "React Native component code to analyze. If not provided, analyzes entire codebase", "type": "string" }, "codebase_path": { "description": "Path to React Native project root for codebase analysis", "type": "string" }, "type": { "description": "Component type", "enum": [ "functional", "class", "hook" ], "type": "string" } }, "type": "object" }

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/MrNitro360/React-Native-MCP'

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