Skip to main content
Glama

dakera_load_tools

After tool discovery, load input schemas for specified tools. Returns schemas for recognized tools and a not_found list for unrecognized names.

Instructions

Fetch the full inputSchema for one or more named tools. Use after dakera_discover_tools. Returns schemas for found tools and a not_found list for unrecognized names.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolsYesTool names to load schemas for
Behavior4/5

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

With no annotations, the description explains the return behavior: schemas for found tools and a not_found list for unrecognized names. It is transparent about what the tool does and returns, though it does not mention any side effects (which are likely none).

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 concise: two sentences that cover the action, usage context, and return value. There is no superfluous information.

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 (1 parameter, no output schema), the description is complete. It mentions the prerequisite tool and explains the return format. No gaps are evident.

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?

The input schema already describes the 'tools' parameter as 'Tool names to load schemas for' (100% coverage). The description adds context about usage timing and returns but does not further clarify parameter semantics, so baseline 3 is appropriate.

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 a specific verb ('Fetch') and resource ('inputSchema for one or more named tools'), clearly distinguishing the tool's purpose. It also references a related sibling tool, providing context.

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

Usage Guidelines4/5

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

The description explicitly states to use this tool after dakera_discover_tools, providing clear sequencing. However, it does not mention when not to use it or list alternatives, which would improve guidance.

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/Dakera-AI/dakera-mcp'

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