v64

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-03124241726.5 KB
Tools

Get tool parameter stats

Returns the most common top-level input keys and their most common values for the tool, computed over a sample of the most recent calls in the range.

get/v1/projects/{projectSlug}/tools/{toolName}/parameters

Path parameters

projectSlugstring required

Project slug (human-readable identifier)

Project slug (human-readable identifier)

toolNamestring required

Tool name. URL-encode names containing special characters.

Tool name. URL-encode names containing special characters.

Query parameters

fromIsostring date-time

Lower bound (inclusive) of the time range. Defaults to 7 days before toIso.

Lower bound (inclusive) of the time range. Defaults to 7 days before toIso.

toIsostring date-time

Upper bound (inclusive) of the time range. Defaults to now.

Upper bound (inclusive) of the time range. Defaults to now.

topKeysinteger

Maximum number of keys to return.

Maximum number of keys to return.

topValuesPerKeyinteger

Maximum number of values to return per key.

Maximum number of values to return per key.

errorsOnly'true' | 'false'

When true, scope every aggregate to failed calls only.

When true, scope every aggregate to failed calls only.

Response

Parameter stats

sampleSizeinteger required

Number of recent calls the stats were computed over.