Skip to main content
Glama
mcarch-drdoof

griptonite-mcp

get_all_logs

Read-only

Retrieve all logged climbing entries, including sends and attempts, with try counts. Filter by limit to control the number of entries returned.

Instructions

List all logged entries (sends and attempts together), with try counts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already indicate readOnlyHint=true (safe read) and openWorldHint=true (dynamic data). The description adds context that results include both sends and attempts with try counts, which is not conveyed by annotations alone.

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 a single concise sentence that front-loads the key purpose. However, adding structure (e.g., listing parameters or usage notes) would improve clarity.

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 adequately covers the return content (logged entries with attempt types and try counts). An output schema exists but is not shown; given the tool's simplicity and annotations, the description is fairly complete.

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

Parameters2/5

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

With schema description coverage at 0%, the description does not explain the single parameter 'limit'. The agent must rely solely on the schema to infer that it controls the number of entries returned.

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 the tool lists all logged entries including sends and attempts with try counts. It distinguishes from sibling tools like log_attempt and log_climb which are write operations, and get_completed_climbs which filters by completion status.

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 a broad listing use case but provides no explicit guidance on when to use this tool versus alternatives like get_feed or list_workouts. No exclusions or conditions are mentioned.

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