Skip to main content
Glama

Execute Tool

lyzr_execute_tool

Execute tools directly by name with arguments and configurations, bypassing chat turns for targeted operations.

Instructions

Execute a named tool (with optional tool configs) directly, without a full chat turn.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idNoOptional agent id context for the tool call
trace_idNoOptional trace id
argumentsNoArguments to pass to the tool
tool_nameYesThe tool's name to execute
tool_configsNoTool configuration objects
Behavior2/5

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

The annotations already indicate this is not read-only, open-world, and not idempotent, but the description adds no extra behavioral context. It fails to disclose that the tool can invoke arbitrary tools with potentially side effects, what the return might be, or any risk/care advice.

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 a single, front-loaded sentence with no fluff. Every word contributes to purpose and usage context, making it highly concise and well-structured.

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?

This is a meta-tool that dynamically executes other tools, yet the description only gives the bare minimum. There is no output schema, and the description does not mention return value, tool name lookup, or example usage. It leaves the agent without enough context to predict behavior.

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 schema already provides 100% descriptions for all parameters, so the baseline is 3. The description's phrase 'optional tool configs' slightly clarifies tool_configs, but it does not add any further parameter-level meaning.

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 executes a named tool directly with optional configs. It distinguishes itself from sibling chat/task tools by emphasizing 'without a full chat turn,' making the purpose very specific.

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?

It provides the clear context that this is for direct tool execution as opposed to a full chat turn. However, it does not explicitly name alternative tools or exclusions, so it just misses the top tier.

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/nandanNM/lyzr-mcp'

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