Skip to main content
Glama
certinia

Apex Log MCP Server

Official
by certinia

Get Apex Log Summary

get_apex_log_summary
Read-onlyIdempotent

Get a high-level summary of an Apex debug log: execution time, method count, SOQL/DML totals, governor limits, and active namespaces for a quick overview before deeper analysis.

Instructions

Get a high-level summary of an Apex debug log including total execution time (in ms), method count, SOQL/DML totals, governor limits, and active namespaces. Best for a quick overview before deeper analysis.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
logFilePathYesAbsolute path to the Apex debug log file (.log)
Behavior4/5

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

Annotations indicate safe read-only operations. Description adds behavioral detail on output contents (SOQL/DML totals, governor limits). No contradiction with annotations.

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?

Two sentences, front-loaded with purpose and key output details. No unnecessary words.

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?

Given one parameter, clear annotations, and no output schema, the description adequately explains the tool's purpose and output. Sibling tools provide context for differentiation.

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?

Schema description provides full parameter meaning ('Absolute path to the Apex debug log file (.log)'). Description adds no further detail on the parameter beyond the schema.

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 it 'Get[s] a high-level summary of an Apex debug log' and lists specific contents (execution time, method count, etc.). It distinguishes from siblings as 'Best for a quick overview before deeper analysis.'

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?

Explicitly states 'Best for a quick overview before deeper analysis,' implying use before more detailed tools like analyze_apex_log_performance. Sibling tool names are available for context.

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/certinia/debug-log-analyzer-mcp'

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