get_service_example
Retrieve a React Native service example by providing the service name, using BluestoneApps MCP Remote Server for remote access to coding standards and examples.
Instructions
Get a React Native service example
Input Schema
Name | Required | Description | Default |
---|---|---|---|
service_name | Yes | Service Name |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"service_name": {
"description": "Service Name",
"type": "string"
}
},
"required": [
"service_name"
],
"type": "object"
}