Skip to main content
Glama
itoufo

Personal DB MCP Server

by itoufo

get_stats

Retrieves per-category statistics from your personal database, including entry counts and last-updated timestamps. Use it to monitor data activity and review category-level insights at a glance.

Instructions

カテゴリ別の統計情報を取得(エントリ数、最終更新等)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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 for behavioral disclosure. It implies this is a read operation but doesn't state whether it's read-only, whether it aggregates across all categories or a subset, whether results are cached, or what performance implications exist. For a stats tool with no annotations, more transparency is needed.

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 in Japanese. It's appropriately brief for a zero-parameter read tool. It could add slightly more detail about return structure, but there's no waste or padding.

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?

There's no output schema and no annotations, so the description is the only source of information. It explains it returns category stats (counts, last update) but doesn't explain the return format, which categories are included, or whether filtering is possible. For a tool with zero parameters and no output schema, the description must compensate more.

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?

The tool has zero parameters, so there's nothing for the schema to document. Since schema coverage is 100% (vacuously), a baseline of 4 applies per the rubric for zero-parameter tools. The description does briefly mention what the stats cover (entry count, last update), adding some meaning.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states it retrieves category-based statistics (entry counts, last update), which is a fairly specific verb+resource. However, it's a generic stats tool among many CRUD tools, and the description doesn't distinguish it from siblings like list_hobbies vs get_stats, or clarify which categories are covered. It's clear enough but somewhat vague about scope.

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

Usage Guidelines2/5

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

No guidance on when to use this vs alternatives. With zero parameters, there's no context provided about what kind of statistics, which data subsets, or how it relates to the many list_* and get_* sibling tools. The description doesn't say when to prefer this over querying individual entities.

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/itoufo/personal-db-mcp'

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