Skip to main content
Glama
mikimatsub

swsd-mcp

by mikimatsub

swsd_get_server_info

Read-onlyIdempotent

Retrieve the SWSD MCP server configuration details, including name, version, profile, enabled tools, and base URL host, along with documented upstream rate limits, without making external calls.

Instructions

Return the SWSD MCP server's name, version, configured profile, enabled tools, and the SWSD base URL host. Local-only — does not call SWSD. Includes documented SWSD upstream rate limits (the model can reference these without guessing).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
versionYes
profileYes
toolsYes
base_url_hostYes
api_versionYes
upstream_rate_limitYes
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate readOnlyHint and idempotentHint are true. The description adds significant value by clarifying the tool is local-only, does not call SWSD, and includes documented rate limits, which goes beyond the annotation hints.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description consists of two concise sentences that front-load the key purpose and behavioral constraints, with no superfluous information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given zero parameters, thorough annotations, and an output schema (though not detailed here), the description fully explains the tool's purpose and behavior, leaving no gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has zero parameters, so the description is not required to add param details. Baseline is 4. The description adequately explains what information is returned, which is sufficient.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns server metadata (name, version, profile, enabled tools, base URL) with the verb 'Return', and distinguishes itself from sibling tools by specifying it is local-only and does not call SWSD.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly notes 'Local-only — does not call SWSD', guiding the model to use it for server info without external API calls. It also mentions documented rate limits, but does not explicitly state when to avoid using it or provide alternatives, so it scores slightly below a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mikimatsub/swsd-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server