Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the tool description adds no explanation for the three parameters (oid, name, token_ttl_seconds). While oid and name are intuitively identifiers, token_ttl_seconds (default 300) is entirely unexplained, forcing the agent to guess its meaning (likely TTL for a token used in the operation).
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.