Skip to main content
Glama
adrian-baker

woolies-mcp

by adrian-baker

Sign in to Woolworths

sign_in

Check if your Woolworths session is signed in and receive browser-based sign-in instructions when it is not.

Instructions

Report whether the session is signed in, and if not, how to sign it in. Sign-in is not performed here and cannot be: it happens in a real browser via npm run login on the machine running the server, because Auth0 challenges non-browser sign-ins. This tool never sends credentials and never touches the account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.6/5.0
Behavior5/5

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

The description discloses critical behavioral traits beyond the annotations: it never performs sign-in, cannot perform sign-in because of Auth0's non-browser challenges, never sends credentials, and never touches the account. The readOnlyHint being false is not contradicted because the description does not claim the operation cannot read or report local session state; it makes a stronger, consistent safety statement.

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 is tightly structured: the core purpose is front-loaded, followed by the critical limitation and external alternative, then the safety guarantee. Every sentence carries necessary information and there is no filler.

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?

For a zero-parameter tool with no output schema, the description is complete: it explains what the tool reports, what the caller should do if signed out, why sign-in cannot happen in-process, and that credentials are never touched. The 'report whether' phrasing sufficiently frames the expected result for an agent.

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 and 100% coverage, so the description does not need to document parameter meaning. The baseline of 4 is appropriate because no parameter detail is missing or required.

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

Purpose4/5

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

The description clearly states that the tool reports signed-in status and explains how to sign in if needed, while explicitly saying sign-in is not performed here. This is a specific and useful definition, though it does not explicitly differentiate itself from the sibling auth_status tool.

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

Usage Guidelines5/5

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

The description gives explicit when-to-use guidance: call it to report session status and sign-in instructions. It also gives a clear when-not-to-use condition and a named alternative: actual sign-in happens via `npm run login` in a real browser, not through this tool.

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

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/adrian-baker/woolies-mcp'

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