Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple update tool with a full schema and an output schema, the description is minimally adequate. However, it doesn't clarify whether the update replaces the entire embed configuration or just the provided fields, and it doesn't mention any constraints (e.g., whether link_url and embed_type must be provided together). The output schema exists, so return values are covered, but the behavioral gap keeps this at a 3.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.