logarithm
Compute base-10 log of a positive number. Invalid inputs return an error to prevent incorrect calculations.
Instructions
Base-10 logarithm. Errors on non-positive input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes |
Compute base-10 log of a positive number. Invalid inputs return an error to prevent incorrect calculations.
Base-10 logarithm. Errors on non-positive input.
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations (readOnly, idempotent), the description adds the critical behavior that it errors on non-positive input, disclosing the input domain restriction. It also specifies base-10, which is a behavioral detail.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise with two sentences, front-loading the purpose in the first sentence. Every word adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (one required parameter, no output schema, no nested objects), the description covers the essential aspects: what it does and a key constraint. It could optionally state that the return value is the logarithm, but that is implied.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 0% description coverage for the single parameter 'value'. The description does not elaborate on the parameter beyond implying it's the number to compute the logarithm of, which is already clear from the tool name. No additional semantic meaning is provided.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states 'Base-10 logarithm', specifying the exact mathematical operation. It distinguishes from siblings like natural_log and other math functions by naming the base.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description only mentions that it errors on non-positive input, which is a constraint but does not provide guidance on when to use logarithm vs alternatives like natural_log or other arithmetic operations.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/islobodan/cruncher-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server