Skip to main content
Glama
Rajwantmishra

agent-logbook

list_open

Retrieve open tasks and questions to plan next actions, with optional filtering by type.

Instructions

List open tasks and questions (optionally filter by type: 'task' or 'question'). Call when planning what to do next.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It describes the tool's function but does not disclose whether it is read-only, any side effects, or rate limits. The description implies a safe operation but does not state it explicitly.

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 sentence that immediately conveys purpose and usage context. It is perfectly concise with no unnecessary words.

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

Completeness3/5

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

Given the output schema exists, return values are covered. However, the description does not mention that the tool is read-only or that it does not modify state, which would be helpful since no annotations are present. Adequate but could be more complete.

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?

With 0% schema description coverage, the description adds meaning by explaining the optional 'type' parameter can filter by 'task' or 'question'. This goes beyond the schema's type definition (anyOf string/null) and default value.

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 it lists 'open tasks and questions' with optional filtering, which is a specific verb+resource. It does not explicitly distinguish from siblings, but the sibling tools are memory-related, implying this tool is about listing actionable items.

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 includes 'Call when planning what to do next,' providing clear context for use. However, it does not specify when not to use or mention alternatives.

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/Rajwantmishra/agent-logbook'

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