Skip to main content
Glama
thebtf

netcoredbg-mcp

by thebtf

summarize_object

Read-onlyIdempotent

Flatten a complex object into a summary of property paths, values, and types, detecting circular references and limiting depth and properties for manageable debugging.

Instructions

Produce a flattened summary of a complex object.

State: STOPPED required. Get variables_reference from get_variables() response.

Returns property paths (dot notation), values, and types up to the configured depth. Detects circular references.

Args: variables_reference: Variable reference from get_variables response max_depth: Maximum nesting depth (default 2, max 5) max_properties: Maximum total properties to return (default 50)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
variables_referenceYes
max_depthNo
max_propertiesNo
Behavior5/5

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

Adds returns format (dot notation), circular reference detection, and depth/property limits. Annotations already confirm read-only/idempotent; description enriches beyond.

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?

Purpose sentence first, then critical state requirement, then output format, then parameter list. No redundancy, efficient.

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

Completeness5/5

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

All necessary context: state requirement, parameter sources, limits, and output format. No output schema needed given description clarity.

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

Parameters5/5

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

Schema has 0% description coverage; description compensates fully with clear meaning for each parameter, including defaults and max values.

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?

Clear verb 'Produce a flattened summary' specifies exact output. Distinguished from siblings like evaluate_expression by focusing on flattening complex objects.

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

Usage Guidelines4/5

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

Specifies prerequisite: State STOPPED and source for variables_reference. Could mention alternatives for simple evaluations but otherwise strong.

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/thebtf/netcoredbg-mcp'

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