Skip to main content
Glama
mcarch-drdoof

griptonite-mcp

log_climb

Record climbing results for a specific route, including send type, attempts, grade, rating, and notes.

Instructions

Log a climb against a route.

Args: route_id: The route/problem id (e.g. scanned from an NFC tag). result: 'send', 'flash', 'onsight', 'attempt', or 'project'. attempts: Number of attempts this session (>=1). grade: Optional personal grade opinion (e.g. 'V4', '6C+'). rating: Optional star rating 1-5. notes: Optional free-text notes / beta. logged_at: Optional ISO-8601 timestamp; defaults to server 'now'.

NOTE: the exact write endpoint/payload is not yet confirmed (Griptonite has no public API). If this returns a 404/400, capture one real "log" request from the app and set GRIPTONITE_LOG_ENDPOINT / adjust the payload — see the README. Use raw_request to experiment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gradeNo
notesNo
ratingNo
resultNosend
attemptsNo
route_idYes
logged_atNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations include `openWorldHint: true`, and the description honestly warns that the endpoint is not confirmed and may error, encouraging experimentation. This adds behavioral context beyond annotations.

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

Conciseness4/5

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

The description is well-structured with a clear list of arguments. It is slightly verbose due to the experimental note, but every sentence adds value.

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?

The description covers parameter usage, potential errors, and workarounds. With an output schema (not shown), return details are not required, but the description is sufficiently complete for a possibly unstable tool.

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

Parameters5/5

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

All 7 parameters are explained with types, defaults, and usage notes (e.g., grade: 'Optional personal grade opinion'). This compensates for the 0% schema_description_coverage, providing excellent semantic clarity.

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 'Log a climb against a route.' It provides a specific verb and resource, distinguishing from general logging tools. However, it lacks explicit differentiation from the sibling `log_attempt` tool, which may cause confusion.

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 gives some context (experimental, may fail, use raw_request), but does not specify when to use this tool over alternatives like `log_attempt`. Usage guidance is implied but not explicit.

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/mcarch-drdoof/griptonite_mcp'

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