Skip to main content
Glama

dawarich_create_trip

Create a new trip in Dawarich by providing name, start, and end times. Checks API availability and reports if the trips endpoint is missing.

Instructions

Create a Dawarich trip when /api/v1/trips exists; currently reports that API gap.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
dry_runNo
ended_atYes
started_atYes
descriptionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations available, the description's disclosure that it 'currently reports that API gap' is valuable, revealing the tool does not perform a real creation in its current state. However, it does not elaborate on what 'reports' means or how failures are surfaced.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is one sentence but awkwardly phrased ('reports that API gap') and somewhat repetitive with the 'when /api/v1/trips exists' clause. It is short but not well-structured or polished.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite having 5 parameters and an output schema, the description covers only a conditional and a limitation. It omits what a successful creation entails, what the API gap means for the output, and how parameters are used, leaving the tool under-specified.

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

Parameters1/5

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

The input schema has 0% description coverage for its 5 parameters, and the description itself offers no explanation of name, started_at, ended_at, description, or dry_run. All parameter meaning is left to inference from their names alone.

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 specifies 'Create a Dawarick trip', which is a specific verb+resource that distinguishes it from sibling tools like dawarich_update_trip and dawarich_delete_trip. The caveat about the API gap adds clarity about its current limitations, though it introduces some ambiguity about whether it actually creates trips.

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?

It provides a clear precondition for use ('when /api/v1/trips exists') but does not explicitly name alternative tools or offer when-not-to-use guidance. The condition implies a narrow use case but lacks explicit comparisons.

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/SebastianWild/dawarich-mcp'

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