Skip to main content
Glama
mcarch-drdoof

griptonite-mcp

get_login_url

Read-only

Obtain a Griptonite OAuth login URL to start the authentication process. Open the URL in a browser to sign in.

Instructions

Return a Griptonite OAuth login URL. Open it, sign in, then finish the exchange with griptonite-auth (paste the redirected URL).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

The description discloses the critical behavioral trait that it returns a URL requiring user interaction and subsequent tool call. This adds value beyond the readOnlyHint annotation, which only indicates safeness.

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?

Two concise sentences cover all necessary information with no wasted words. The flow is clear: return URL, then user interaction, then another tool.

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, annotations, and an output schema, the description fully explains the tool's purpose and next steps. No gaps remain for proper invocation.

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?

No parameters exist, so the baseline is 4. The description effectively explains the output and usage, adding meaning beyond the empty input schema.

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 explicitly states the tool returns a Griptonite OAuth login URL, a specific verb+resource. It distinguishes from siblings like auth_status by describing the authentication initiation flow.

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?

It clearly instructs to open the URL, sign in, and use the redirected URL with griptonite-auth tool. While it doesn't explicitly mention when not to use, the context is sufficient for an AI agent to understand its role in authentication.

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/mcarch-drdoof/griptonite_mcp'

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