Skip to main content
Glama
p-pouget

mysql-materials-mcp

by p-pouget

get_alloy_types

Fetch all alloy types and their descriptions from the materials database to identify available categories for filtering.

Instructions

Récupère tous les types d'alliage avec leur description.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It states that the tool retrieves all alloy types with descriptions, implying a read-only, non-destructive operation. No contradictions with annotations since none exist.

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, clear sentence that efficiently communicates the tool's purpose without unnecessary words.

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?

For a simple parameterless retrieval tool, the description is complete. It specifies what is returned (all alloy types with descriptions) and requires no additional context from output schema or annotations.

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?

The input schema is empty (0 parameters), so schema description coverage is 100%. The description adds value beyond the schema by specifying that it retrieves all types with descriptions, which is the baseline for 0 parameters.

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 uses the specific verb 'Récupère' (retrieves) and clearly states the object 'tous les types d'alliage avec leur description' (all alloy types with their description). This distinguishes it from sibling tools like 'get_alloy_nuance_by_id' and 'get_alloy_nuances', which likely focus on specific nuances or nuance lists.

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 all alloy types, but does not provide explicit guidance on when to use this tool versus its siblings, nor does it mention when not to use it or any prerequisites.

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/p-pouget/mysql-materials-mcp'

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