Skip to main content
Glama
BaniBaushev
by BaniBaushev

Edtb Cf Panels Info

edtb_cf_panels_info

Retrieve the current panel layout and start page composition from Configuration.mdo to inspect workspace configuration.

Instructions

Текущая раскладка панелей и состав начальной страницы из Configuration.mdo.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectPathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior3/5

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

With no annotations, the description must carry the behavioral burden. It conveys that the operation is observational ('Текущая раскладка... состав') and points to Configuration.mdo as the source, implying a read-only inspection. However, it does not state side effects, failure modes, or whether projectPath affects which Configuration.mdo is read.

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

Conciseness4/5

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

The description is a single short sentence with no redundant words. It front-loads the core subject and includes the relevant source file. It could be slightly more explicit about the action, but it is appropriately sized for what it conveys.

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?

The presence of an output schema reduces the need to describe return values, but the description still omits any explanation of the sole input parameter and how to target the intended project. For an agent deciding whether and how to invoke this tool, the missing parameter semantics and lack of usage context leave important 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 description coverage is 0%, and the description does not mention projectPath or clarify how it is used. The parameter name is somewhat self-explanatory as a project path, but the description adds no semantics about its role, optionality, null behavior, or relationship to Configuration.mdo. This is a clear compensation gap.

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 identifies the tool's purpose: it reports the current panel layout and start-page composition from Configuration.mdo. This is a specific resource and topic, though the action verb is implied rather than explicit. It is clearly distinct from a generic 'panels' tool at a glance, but it does not name or contrast sibling tools.

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 guidance on when to use this tool versus alternatives such as edtb_cf_panels or edtb_cf_artifact. No context is given for the expected use case, prerequisites, or situations where another tool would be preferred. The description states only what the tool exposes, not when to invoke it.

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