Skip to main content
Glama

laddro.templates.get

Read-only

Retrieve full details of a resume template, including color schemes, fonts, and preview images, by providing a template identifier.

Instructions

Get full details for a template including color schemes, fonts, and preview images

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
templateIdYesTemplate identifier (e.g. GRAPHITE, ONYX, MARBLE)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
nameNo
atsScoreNo
layoutNo
Behavior4/5

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

Annotations already declare readOnlyHint=true, indicating no destructive side effects. The description adds value by specifying the nature of the returned data (color schemes, fonts, preview images), providing context beyond the annotation.

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 sentence that efficiently conveys the action and key outputs without extraneous words. Every phrase adds value.

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?

Given the tool's simplicity (one required parameter) and the presence of an output schema, the description adequately covers what the tool returns. It mentions concrete output fields, making it complete enough for an agent.

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 coverage is 100% and the parameter description in the schema already explains the templateId example values. The tool description does not add additional semantic meaning to the parameter.

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 verb 'Get', the resource 'template details', and lists specific included fields (color schemes, fonts, preview images). This distinguishes it from sibling tools like laddro.templates.list, which would return a list without details.

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

Usage Guidelines3/5

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

The description implies usage for retrieving details of a specific template but does not explicitly state when to use it versus alternatives like list or create. No exclusion criteria or prerequisites are mentioned.

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/laddro-app/laddro-career-mcp'

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