Skip to main content
Glama

Run LocalTry Command

run_localtry_command
Destructive

Use any AI-ready LocalTry feature through the authenticated business's live capability registry. LocalTry chooses and executes its own tenant-scoped domain action, verifies results, and asks for missing information instead of inventing it. Search the feature registry first when the requested capability is unclear.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYes
historyNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations (readOnlyHint=false, destructiveHint=true, openWorldHint=true) already signal mutation risk and an open capability set, so the bar for added value is met by the description's extra behavior: it 'verifies results' and 'asks for missing information instead of inventing it,' which sets accurate expectations about follow-up questions and honesty guarantees. It also adds the tenant-scoped constraint. No contradiction with annotations, though the destructiveHint is never echoed in prose.

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?

Three sentences, each earning its place: core function, behavioral guarantees, and routing caveat. Front-loaded and free of fluff or schema repetition.

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

Completeness4/5

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

For an open-world dispatch tool with no output schema, the description covers the invocation contract, scope, verification behavior, and the search-first workflow. The main gaps are the undocumented history parameter and no account of return values, but both are minor given the tool's delegation model and the context signals provided.

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%, so the description must compensate for the two parameters. It implies prompt is a natural-language request for a desired capability and hints that incomplete prompts will trigger clarification, but it never names or explains the history array or how it should be populated. Partial compensation at best.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a clear verb+resource pair: 'Use any AI-ready LocalTry feature' through the 'live capability registry,' and clarifies this is a generic dispatch tool where 'LocalTry chooses and executes its own tenant-scoped domain action.' It differentiates from the sibling search_localtry_features by instructing the agent to search first when unclear. Not a 5 because the concrete domain-action space is left open and no explicit contrast with the run_workflow sibling is drawn.

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?

Gives one explicit routing rule: 'Search the feature registry first when the requested capability is unclear,' which points the agent to the relevant sibling search_localtry_features as a prerequisite step. The description implies this tool is the execution step that follows registry lookup, but it never states when to avoid this tool or how it compares to run_workflow. Useful but partial guidance.

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.

TDQS

B3.4/5.0
Disambiguation2/5

Several tools overlap in purpose: get_workspace_overview and search_localtry_features both return feature/capability catalogs, and get_workspace_customization_status/list_workspace_versions overlap with customization history. run_localtry_command also acts as a generic catch-all that could subsume most of the specific action tools, making selection ambiguous.

Naming Consistency4/5

Most tools follow a clear verb_noun pattern (get_*, search_*, create_*, run_*, list_*, restore_*, request_*). Minor deviations like create_or_update_crm_record and run_localtry_command introduce slight inconsistency, but the overall convention is predictable.

Tool Count5/5

With 12 tools, the server is well-scoped for a platform that covers CRM, workflow agents, workspace customization, and feature discovery. Each tool addresses a distinct functional area without excessive fragmentation.

Completeness4/5

The surface covers the main workflows: CRM upsert/search, workflow agent creation and execution, customization request/status/version restore, and feature discovery. Some lifecycle gaps exist (no delete CRM record, no update/delete agent or workflow), but the generic run_localtry_command can partially compensate.