Skip to main content
Glama
lady-logic

MMI Architecture Analyzer

by lady-logic

stop_monitoring

Stop monitoring a C# project's architecture quality while preserving analysis history. This tool halts Modularity Maturity Index (MMI) tracking for layering violations, circular dependencies, and encapsulation issues.

Instructions

Stops MMI monitoring for a project. Preserves history.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectPathYesPath to the C# project directory
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It adds some context by stating 'Preserves history,' which hints at non-destructive behavior regarding historical data, but it doesn't cover other aspects like permissions needed, side effects, or what happens after stopping (e.g., does monitoring cease immediately?). This is a minimal but not comprehensive disclosure.

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 and front-loaded, consisting of just two short sentences that directly state the tool's action and a key behavioral trait. Every word earns its place, with no wasted information or redundancy, making it efficient and easy to parse.

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

Completeness3/5

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

Given the tool's moderate complexity (a single-parameter action with no output schema and no annotations), the description is somewhat complete but has gaps. It covers the basic purpose and hints at behavior ('Preserves history'), but lacks details on usage guidelines, full behavioral transparency, and output expectations. It's adequate as a minimum viable description but not fully comprehensive.

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

Parameters3/5

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

The input schema has 100% description coverage, with 'projectPath' clearly documented as 'Path to the C# project directory.' The description adds no additional meaning beyond this, as it doesn't elaborate on parameter usage or constraints. Given the high schema coverage, a baseline score of 3 is appropriate, as the schema does the heavy lifting.

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 tool's purpose with a specific verb ('stops') and resource ('MMI monitoring for a project'), making it immediately understandable. However, it doesn't explicitly differentiate from its sibling 'get_monitoring_status' or 'start_monitoring' beyond the action verb, which is why it doesn't reach a score of 5.

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?

The description provides no guidance on when to use this tool versus alternatives like 'get_monitoring_status' or 'start_monitoring', nor does it mention prerequisites or context for stopping monitoring. It lacks explicit usage instructions, leaving the agent to infer based on the action alone.

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/lady-logic/mmi-analyzer'

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