Skip to main content
Glama

get_organization_daily_usage_data

Retrieve daily usage data for an organization within a specified date range. Supports optional team filtering and pagination.

Instructions

Get org daily usage (POST /organizations/daily-usage-data).

Args: organization_id: Public org id (org_...). start_date_ms: Range start as epoch milliseconds. end_date_ms: Range end as epoch milliseconds. team_ids_json: Optional JSON array of team ids. page: Optional page (use with page_size). page_size: Optional page size (use with page).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
page_sizeNo
end_date_msYes
start_date_msYes
team_ids_jsonNo
organization_idYes

Output 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 must carry behavioral transparency. It does not disclose important behavioral traits such as data freshness, rate limits, authentication requirements, or pagination behavior beyond mentioning page/page_size. The description lacks critical details for a data retrieval tool.

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

Conciseness3/5

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

The description is structured with a brief summary followed by bullet-point-like lines for arguments. It is reasonably concise but includes redundant elements like repeating the function signature. Could be shorter and more direct.

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?

The description covers the tool's purpose and parameter meanings, but given the tool's moderate complexity (6 parameters) and the existence of an output schema, it does not explain what the returned data represents or any limitations. It leaves the agent without a complete picture of the tool's behavior.

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

Parameters3/5

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

With 0% schema description coverage, the description partially compensates by explaining each parameter's meaning (e.g., organization_id format, date range as epoch ms). However, it does not clarify constraints like allowed values for team_ids_json (e.g., JSON array format) or the behavior of page/page_size (e.g., default values, max page size). The explanation adds value but is incomplete.

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 the tool retrieves organization daily usage data, specifying HTTP method and path. It lists the arguments, making the purpose unambiguous. However, it does not differentiate from sibling tools like get_daily_usage_data or get_spending_data, which reduces clarity in context.

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?

The description provides basic context (retrieving org daily usage) but no explicit guidance on when to use this tool versus alternatives. No prerequisites, when-not-to-use, or best practices are mentioned. This leaves the agent to infer usage from the name alone.

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/PhillipChaffee/cursor-api-mcp'

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