Skip to main content
Glama

list_execution_logs

Retrieve recent plug-in trace logs from Dataverse to diagnose execution issues. Filter by plug-in type name to focus on specific errors.

Instructions

Read the latest Plug-in Trace Log entries (Trace()/exception logs from the plug-in).

plugin_type_name: filters by typename (e.g. 'MyFirstPlugin.Plugin1'); empty = all plug-ins. Requires tracing to be enabled in the environment -- see configure_tracing().

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
environmentNo
plugin_type_nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden. It clearly indicates a read-only operation (via 'Read') and discloses the critical requirement that tracing must be enabled. It does not detail error conditions or permissions, but for a simple list/read tool, this is reasonable coverage. No contradictions with annotations exist (annotations absent).

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: two sentences plus a parameter note. It front-loads the main purpose and the prerequisite, and every sentence provides useful information. No unnecessary words or filler.

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?

The tool has an output schema (so return values are documented elsewhere) and only three optional parameters. The description covers the core function and precondition, but omits any mention of the 'limit' and 'environment' parameters, and does not clarify ordering or time window for 'latest'. This is a minor gap for a simple list tool, making it merely adequate.

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 coverage is 0% and no parameter descriptions are provided in the schema. The description explains plugin_type_name in detail (filters by typename, empty = all plug-ins), but does not explain 'limit' or 'environment'. These are fairly self-explanatory from their names and defaults, but the description only partially compensates for the lack of schema coverage.

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 reads the latest Plug-in Trace Log entries, specifying both the verb ('Read') and the resource ('Plug-in Trace Log entries'). It also clarifies the type of logs (Trace()/exception logs) and distinguishes this tool from other plugin-management siblings by focusing specifically on log retrieval.

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?

The description provides a clear prerequisite: tracing must be enabled, and it references configure_tracing() for setup. This gives contextual when-to-use guidance, though it does not explicitly name alternatives or specific exclusion scenarios. There are no direct sibling log-listing tools, so the prerequisite serves as the main usage signal.

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/lucasjesus0311/dataverse-plugin-mcp'

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