astrologos.get_settings_link
Return the Astrologos web settings link for account settings, plans, and tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Return the Astrologos web settings link for account settings, plans, and tokens.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds the scope of the link (account settings, plans, tokens) but provides no further behavioral details such as whether authentication is required or whether the link is user-specific. This is acceptable given the annotations, but not extra transparent.
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 a single, front-loaded sentence that states the action, resource, and scope without any filler. Every word earns its place.
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?
For a tool with no parameters, no output schema, and read-only annotations, the description is complete enough for correct invocation. It could optionally note that the result is a URL or that the link may require authentication, but these are minor gaps given the low complexity.
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 is empty with 0 parameters, and schema description coverage is trivially 100%. Per the rubric, the baseline for 0 params is 4. The description adds no parameter meaning because there are none to document, but no compensation is needed.
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 a specific verb ('Return') and resource ('Astrologos web settings link') with explicit scope ('account settings, plans, and tokens'). This distinguishes it from sibling tools like validate_token or usage without needing to open their schemas.
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 purpose is clear enough that an agent can infer when to use it, but there is no explicit guidance about when not to use it or mention of alternatives. For a simple link-returning tool this is adequate, but it leaves the agent to infer context from the name and description alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.