Skip to main content
Glama

user_template_by_id_get

Execute a specified template by ID through the SHM billing panel, retrieving records with optional limit, offset, and user impersonation for admins.

Instructions

GET /template/{id} Выполнить шаблон Тег: Шаблоны Спека: user

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesимя шаблона
limitNoМакс. кол-во записей
offsetNoСмещение (пропуск записей)
user_idNoadmin acts on behalf of this user

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. It implies a read (GET) but adds nothing about side effects, permissions, whether 'executing' a template mutates anything, or what happens on misuse. The endpoint-prefix alone is not meaningful behavioral disclosure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The fragmented, multi-line format (endpoint, Russian fragment, 'Тег', 'Спека') is not front-loaded prose and reads as leftover metadata rather than a description. It is short but poorly 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?

For a 4-parameter tool with no annotations and no output schema, the description should explain what the tool actually does and any execution side effects. Instead it only provides an endpoint reference, leaving the agent to guess the tool's real 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?

Schema description coverage is 100%, so the schema already documents id, limit, offset, and user_id. The description adds no parameter meaning beyond the schema, so the baseline of 3 applies.

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

Purpose2/5

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

The description is essentially a restatement of the HTTP endpoint plus a fragment 'Выполнить шаблон' (execute template). It tells the agent this is a GET on /template/{id} and relates to templates, but the actual purpose (fetching executing a user template by id) is unclear, and it does not distinguish itself from the sibling user_template_by_id_post.

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

Usage Guidelines1/5

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

No indication of when to use this tool versus user_template_by_id_post or admin_template_by_id_get. No prerequisites, no exclusions, no alternatives named.

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