Skip to main content
Glama
wisrovi
by wisrovi

get_study_details

Retrieve detailed telemetry, progress, and status of a YOLO training study. Provides active invoker info and current trial metrics.

Instructions

Get detailed telemetry and status of a specific YOLO training study. Returns progress, active invoker, and current trial metrics.

IMPORTANT WORKFLOW FOR AGENTS: When the user asks 'how is my training going?' (or similar) without providing a study_id:

  1. DO NOT ask the user for the study_id immediately.

  2. First, search the current working directory for .yaml files.

  3. Read the discovered .yaml files to check if they contain a study_id field.

  4. If you find a study_id inside a YAML file, automatically use this tool with that ID to check its status.

  5. Only ask the user for the ID or file path if you cannot find any .yaml files with a study_id in the current directory.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
study_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description bears full responsibility for behavioral disclosure. It does not explicitly state the tool is read-only, nor does it mention error conditions, authentication requirements, or rate limits.

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

Conciseness3/5

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

The main sentence is concise, but the lengthy workflow section reduces conciseness. While useful, it could be more succinct without losing clarity.

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?

The description explains return values (progress, active invoker, trial metrics) and required parameter. With an output schema present, return details are covered. Minor gaps in error handling.

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 description coverage is 0%, meaning the schema provides no documentation for the study_id parameter. The description mentions study_id only in the workflow, without specifying format, constraints, or examples.

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 the tool retrieves detailed telemetry and status of a YOLO training study, with specific return fields (progress, active invoker, trial metrics), distinguishing it from sibling tools like cancel_study or launch_training.

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

Usage Guidelines5/5

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

The description provides explicit workflow instructions for agents, specifying when to use this tool (when user asks about training progress) and alternative steps (search YAML files for study_id) before asking the user.

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/wisrovi/wyoloservice2_mcp'

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