Skip to main content
Glama
anarcoiris

nina-mcp

by anarcoiris

nina_focuser_info

Retrieve focuser status including connection, position, temperature, movement, and compensation for remote focus control in N.I.N.A. astrophotography.

Instructions

Get focuser status: connection state, current step position, ambient temperature, moving state, and temperature compensation state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Without annotations, the description carries the transparency burden. It explicitly states it 'gets' status and lists returned fields, indicating a non-destructive read operation. However, it does not mention potential prerequisites (e.g., focuser connection) or error cases.

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, well-structured sentence that front-loads the action ('Get focuser status') and lists all relevant attributes. No unnecessary words.

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?

Given no output schema, the description lists the returned attributes, which is sufficient for an agent to understand the tool's output. However, it lacks type information or formatting details, which could be useful for parsing the response.

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

Parameters5/5

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

The input schema has zero parameters, so the description does not need to add parameter meaning. It is complete in this regard.

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 clearly states 'Get focuser status' and lists specific attributes (connection state, step position, temperature, moving state, compensation state), making the purpose unambiguous. It naturally distinguishes from sibling focuser tools like nina_focuser_move and nina_focuser_stop.

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

Usage Guidelines3/5

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

Usage is implied as a read-only status check, but the description does not provide explicit guidance on when to use this tool vs alternatives (e.g., when to check before moving focuser). No exclusions or context are mentioned.

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/anarcoiris/NINA-Smart-Scheduler'

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