Skip to main content
Glama

tenki_get_workspace_usage

Read-onlyIdempotent

Get per-second sandbox billing and usage for a workspace, providing cost visibility across all of its sandboxes.

Instructions

Get per-second sandbox billing and usage figures for a workspace — use this for cost visibility across all of the workspace's sandboxes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspace_idNoWorkspace to report on. Omit to use the API key's first workspace.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.0

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds behavioral nuance by specifying the 'per-second' granularity and the aggregation across all sandboxes, which are helpful details not present in the annotations.

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 leads with the action and resource, followed by a brief purpose clause. There is no redundant or filler content.

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?

For a simple read-only tool with one optional parameter and no output schema, the description combined with annotations and full parameter schema coverage gives an agent sufficient information to decide when and how to call it. A minor gap is the lack of any hint about the response format, but that is not essential for this tool.

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?

Schema description coverage is 100%, and the workspace_id parameter is already documented with 'Workspace to report on. Omit to use the API key's first workspace.' The description only reinforces the workspace context without adding new parameter-level meaning beyond the 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 states a specific verb and resource: 'Get per-second sandbox billing and usage figures for a workspace'. It also defines scope ('across all of the workspace's sandboxes'), distinguishing it from siblings like tenki_get_workspace_settings or tenki_get_sandbox.

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 phrase 'use this for cost visibility across all of the workspace's sandboxes' provides clear context for when to call it. However, it does not explicitly name alternatives or when-not-to-use conditions, so it stops short of full exclusion guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools