Skip to main content
Glama
nietonchique

mc3000-mcp

by nietonchique

mc3000_apply_profile

Apply a custom battery charging profile to MC3000 charger slots. Set parameters directly or use a pre-built profile hex, with option to start immediately.

Instructions

Apply a profile/program. Pass profile_hex from mc3000_build_profile or pass the same profile fields directly. Optionally start selected slots.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo0 charge, 1 refresh, 2 storage/break-in, 3 discharge, 4 cycle
startNo
breakinNo
slot_maskNoslot bitmask: slot1=1, slot2=2, slot3=4, slot4=8
cycle_modeNo
cycle_countNo
profile_hexNo
temp_cutoffNo
battery_typeNo0 LiIon, 1 LiFe, 2 LiIo4.35, 3 NiMH, 4 NiCd, 5 NiZn, 6 Eneloop, 7 RAM, 8 LTO, 9 Na-Lion
capacity_mahNo
keep_voltage_mvNoOmit for chemistry default; NiMH/NiCd/Eneloop default is 1000mV.
charge_current_maNo
negative_delta_mvNo
time_limit_minutesNo
trickle_current_maNo
charge_rest_minutesNo
discharge_current_maNo
charge_stop_current_maNoOmit for chemistry default; NiMH/NiCd/Eneloop default is 50mA.
charge_stop_voltage_mvNoOmit for chemistry default; NiMH/NiCd/Eneloop default is 1650mV.
discharge_rest_minutesNo
discharge_stop_current_maNo
discharge_stop_voltage_mvNoOmit for chemistry default; NiMH/NiCd/Eneloop default is 1000mV.
Behavior2/5

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

With no annotations, the description carries the full burden. It merely says 'Apply' without disclosing side effects, conflict resolution when both profile_hex and fields are provided, idempotency, or behavior when slots are already running.

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 extremely concise: two short sentences that front-load the action and key options. No extraneous words.

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

Completeness2/5

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

Given the complexity (22 parameters, no annotations, no output schema), the description is far from complete. It does not cover return values, error scenarios, prerequisites, or detailed parameter interactions, leaving significant gaps.

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

Parameters2/5

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

Schema coverage is low (32%), yet the description adds minimal context beyond what the schema provides. It mentions profile_hex and slot_mask implicitly ('selected slots') but does not explain other 20 parameters, leaving most of the parameter semantics undefined.

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

Purpose4/5

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

The description clearly states the action 'Apply a profile/program' and mentions two ways to provide the profile (hex from build_profile or direct fields). It is specific enough to distinguish from sibling tools like mc3000_build_profile and mc3000_start, though explicit differentiation is missing.

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?

The description gives implicit guidance by offering two methods (profile_hex or direct fields) and mentions optional starting of slots. However, it lacks explicit when-to-use or when-not-to-use compared to siblings like mc3000_start or charger.apply_profile.

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/nietonchique/mc3000-mcp'

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