Skip to main content
Glama

ToolForte

Run any ToolForte tool by name

run_tool

Run any ToolForte tool by name with its arguments, whether or not it is listed in this session. The result, the cost and the metering are exactly what the tool gives when called directly; run_tool itself is free. Find names with search_tools and schemas with describe_tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe tool name, for example calculate_vat
argumentsNoThe tool's arguments, as describe_tool documents them

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultNoThe result, when it is not an object

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.5/5.0
Behavior4/5

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

Annotations declare openWorldHint=true, readOnlyHint=false (so no safety profile is hidden), and the description adds genuinely non-derivable behavior: the result, cost, and metering match a direct call and run_tool itself is free. It doesn't discuss failure modes or rate limits, so it falls short of a 5.

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 with no waste. The core capability is front-loaded, then the cost/metering reassurance, then the discovery pointers - each sentence earns its place.

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?

Output schema exists, so return-value explanation is unnecessary. For a generic dispatcher, the description covers what the agent needs: scope (any tool, listed or not), cost behavior, and the discovery path to name/schema lookups.

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 100%, so 'name' and 'arguments' are already documented in the schema (including an example name and a pointer to describe_tool for argument shapes). The description adds no parameter detail beyond the schema, which is the correct baseline when the schema does the work.

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?

States a specific verb and resource: run any ToolForte tool by name with its arguments. It also carves out the key distinction from siblings — works even for tools not listed in this session — so an agent can tell it apart from direct invocation or the discovery tools.

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

Usage Guidelines5/5

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

Explicitly routes the agent through the sibling discovery tools: 'Find names with search_tools and schemas with describe_tool.' This is precise when-to-use and how-to-prepare guidance rather than inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources