Skip to main content
Glama
MoleCare
by MoleCare

get_mobile_api_status

Check the current health, version, and response time of the MoleCare mobile API backend to confirm service availability and performance.

Instructions

Get the current status of the MoleCare mobile API backend including health, version, and response time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must carry the behavioral disclosure burden. It clearly describes what the tool returns (health, version, response time) and the verb 'get' implies a read operation, but it does not explicitly state whether the operation is read-only, whether it can fail, or whether it accesses live infrastructure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, focused sentence that immediately states the purpose and the specific data included. No filler or redundant content is present.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter, low-complexity read-only status tool, the description provides the essential resources and the included information. It does not describe the return format or potential failure modes, but given the simple nature of the operation, this is not a major gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has zero parameters, and the description adds no parameter details. This is unnecessary, so the baseline of 4 applies because there is nothing parameter-related to document.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action ('Get the current status'), a specific resource ('MoleCare mobile API backend'), and the information returned (health, version, response time). This clearly distinguishes it from sibling status tools that target other resources like the web app, database, or Kubernetes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no explicit guidance on when to use this tool versus alternatives such as get_web_app_status, get_app_status, or get_service_health. The resource name is somewhat disambiguating, but the description does not mention any exclusions or direct comparisons to other status tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/MoleCare/molecare-mcp'

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