Skip to main content
Glama
horizonbymuneeb

linkedin-mcp-pro

render_template

Render a template's body with provided variables, auto-filling date, time, and other built-in values. Optionally enforce strict mode to flag missing placeholders.

Instructions

Render a template's body with the given variables. Built-in variables {date}, {time}, {day_of_week}, {week_number}, {month}, {year} are auto-filled. With strict=true, missing variables raise an error instead of being left verbatim.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesTemplate name.
variablesNoVariable substitution map (key -> string).
strictNoIf true, fail when a {var} placeholder has no value.
Behavior3/5

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

With no annotations, the description carries full burden. It discloses auto-filled built-in variables and strict mode behavior, but does not mention error handling for missing templates, idempotency, or whether the operation is read-only. Some key behavioral traits are missing.

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, no filler. The first sentence states the core action, the second adds two key details. Every sentence is purposeful and well front-loaded.

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?

Covers main functionality and two important nuances. However, missing return value description (no output schema) and error handling details for common cases like missing template. Overall adequate but not exhaustive.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but the description adds meaning beyond schema: it lists specific built-in variables and explains strict mode's effect. This provides valuable context that the schema's parameter descriptions do not cover.

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?

The description clearly states the action (render a template's body) and the resource (template with variables). It is a specific verb+resource. However, it does not explicitly differentiate from sibling tools like list_templates or save_template, though the action is distinct.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives (e.g., build_digest may also involve templates). There are no when-not-to-use instructions or prerequisites 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/horizonbymuneeb/linkedin-mcp-pro'

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