Skip to main content
Glama
sanjibani

practicepanther-mcp

by sanjibani

find_time_entries

Find and filter time entries by date range, matter, user, or billable status.

Instructions

List time entries (billable hours). Use start_date + end_date for a date range (ISO-8601, e.g. "2026-01-01"), matter_id for a single case, user_id for a single attorney, billable to filter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNo
skipNo
orderbyNo
user_idNo
billableNo
end_dateNo
matter_idNo
start_dateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the burden. It states the tool lists time entries with filters, but does not disclose side effects, idempotency, or pagination behavior. With an existing output schema, the return format is partially covered elsewhere.

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, front-loaded sentence that efficiently conveys purpose and key parameter usage with no superfluous words.

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?

Given the existence of an output schema, the description adequately covers main behaviors and filter parameters. It could mention pagination (top/skip) and sorting (orderby) but is reasonably complete for a list tool.

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?

Schema description coverage is 0%, but the description adds meaning for 5 of 8 parameters, including ISO-8601 date format and semantic roles (single case, single attorney). This adds significant value beyond the raw schema.

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 'List time entries (billable hours).' with a specific verb and resource, distinguishing it from sibling tools like find_accounts or find_matters.

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

Usage Guidelines4/5

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

The description provides explicit parameter usage guidance: date range via start_date/end_date, single case via matter_id, single attorney via user_id, and billable filter. However, it does not explicitly contrast with get_time_entry for single retrieval.

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/sanjibani/practicepanther-mcp'

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