Skip to main content
Glama
AIddlx

mcp-test-stepfun

by AIddlx

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
capture_screenC

Capture the screen of the device.

take_screenshotC

Take a screenshot from the device.

get_screen_imageC

Get the current screen image from the device.

get_device_infoA

Get device information including name, battery, and screen size.

connect_deviceB

Connect to a device. Auto-detects if no device_id provided.

validate_dateB

Validate a date string. Must be in YYYY-MM-DD format.

push_serverA

Deploy scrcpy server for wireless control. Requires USB first. Auto-connects by default.

push_server_onetimeC

[DEPRECATED] Use push_server instead.

push_server_persistentC

[DEPRECATED] Use push_server instead.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.6/5.0

Scored across 9 tools

Disambiguation1/5

Three tools (capture_screen, take_screenshot, get_screen_image) appear to do the same thing, and push_server_onetime and push_server_persistent are deprecated duplicates of push_server. This creates significant ambiguity, making it hard for an agent to choose the correct tool.

Naming Consistency2/5

Tool names use snake_case but verb choice is inconsistent: 'capture', 'take', 'get' are used interchangeably for similar actions. Additionally, 'validate_date' is an unrelated utility that breaks the device-management naming pattern.

Tool Count3/5

At 9 tools, the count is within a reasonable range, but several tools are redundant or deprecated, making the set feel padded. The effective number of distinct, useful tools is smaller, so the scope is borderline.

Completeness2/5

The device-management domain is partially covered (connect, info, screen capture), but there are missing lifecycle operations like disconnect or file transfer, plus an unrelated date validation tool. Deprecated tools are left in, indicating an incomplete cleanup and an unclear domain boundary.

Maintenance

ActivityInactive
ResponsivenessNo issues