Skip to main content
Glama

gqlclient_setup_urql

Generate a configured urql client in your project directory. Pass an API key to enable GraphQL connections.

Instructions

Generate urql client setup

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyNo
directoryYesProject directory
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. 'Generate urql client setup' discloses neither side effects (files created, modified, or overwritten), prerequisites (existing project?), nor scope of the setup action. It is not misleading, but adds almost no behavioral context beyond the bare action.

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

Conciseness4/5

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

The description is four words with zero filler, and the action is front-loaded. It borders on under-specification, but structurally it wastes nothing.

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

Completeness2/5

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

For a setup/generation tool with no annotations, no output schema, and an unexplained api_key parameter, the description is inadequate. An agent cannot determine what artifacts will be produced, whether existing files will be touched, or why the api_key is required.

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

Parameters2/5

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

Schema coverage is only 50% and the description adds nothing for the undocumented parameter. The api_key parameter's purpose is entirely unexplained in both schema and description — it is unclear why an API key is needed to set up a urql client. The description mentions neither parameter and does not compensate for the coverage gap.

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 states a specific verb ('Generate') and a specific resource ('urql client setup'), and the mention of 'urql' implicitly distinguishes this from the sibling gqlclient_setup_apollo. However, it doesn't spell out what the setup entails (provider? cache? configuration?) or explicitly differentiate itself from related siblings.

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

Usage Guidelines2/5

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

No guidance is given on when to choose this tool over alternatives. With gqlclient_setup_apollo, gqlclient_generate_hooks, and graphql_generate_schema present as siblings, an agent has no way to know what conditions favor urql setup versus these other options.

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/barnburner121/claude-plugin-marketplace'

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