Skip to main content
Glama
DeepL
by DeepL

get-custom-instruction

Retrieve a specific custom instruction from a style rule using its style and instruction IDs. Get exactly the instruction details you need without fetching the whole rule.

Instructions

Get a single custom instruction belonging to a style rule. Use the get-style-rule tool to find out which custom instructions a style rule contains.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
styleIdYesThe unique identifier of the style rule
instructionIdYesThe unique identifier of the custom instruction
Behavior3/5

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

No annotations are provided, so the description carries the burden. It states the read-only action 'Get' but does not disclose error behavior, permission needs, or return format. However, the tool is a simple getter, and the description is not misleading.

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 two sentences with no fluff. The first sentence states the purpose, the second gives usage guidance, and every word earns its place.

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 a simple getter with two IDs, the description provides necessary context by referencing the parent style rule and how to discover instruction IDs. It doesn't describe return values, but no output schema exists; still, the description is fairly complete for its complexity.

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% with clear descriptions for styleId and instructionId. The tool description adds no extra parameter meaning, so baseline 3 applies.

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 'Get a single custom instruction belonging to a style rule,' identifying the exact verb, resource, and scope. It distinguishes from siblings like get-style-rule and list-style-rules by specifying it fetches a single item.

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?

The description explicitly says 'Use the get-style-rule tool to find out which custom instructions a style rule contains,' providing a clear alternative for listing instructions. This tells the agent when to use this tool versus the sibling.

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/DeepL/deepl-mcp-server'

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