Skip to main content
Glama
doso

Specif-ai MCP Server

by doso

get-tasks

Retrieve tasks associated with a specific user story by providing the PRD ID, user story ID, and project directory path. Integrates with the Specif-ai MCP Server for streamlined task management.

Instructions

Get Tasks for a particular User Story

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cwdYesAbsolute path where the tool is called from to auto-infer the project path. This path will be current working directory (cwd) from where the tool is called.
prdIdYesThe ID of the PRD to get user stories for
userStoryIdYesThe ID of the User Story to get tasks for
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure but only states what the tool does, not how it behaves. It doesn't mention whether this is a read-only operation, what format tasks are returned in, if there are pagination limits, authentication requirements, or error conditions. For a tool with 3 required parameters and no annotation coverage, this is insufficient.

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 a single, efficient sentence that communicates the core purpose without unnecessary words. It's appropriately sized and front-loaded with the essential information.

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 tool with 3 required parameters, no annotations, and no output schema, the description is incomplete. It doesn't explain what 'tasks' are in this context, what format they're returned in, or provide any behavioral context. The description should do more to compensate for the lack of structured metadata.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already documents all three parameters thoroughly. The description doesn't add any additional meaning about parameters beyond what's in the schema. The baseline score of 3 is appropriate when the schema does the heavy lifting for parameter documentation.

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 the action ('Get Tasks') and the target resource ('for a particular User Story'), providing specific verb+resource pairing. However, it doesn't distinguish this tool from sibling 'get-task' (singular vs plural), which could cause confusion about which tool to use for individual vs multiple tasks.

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?

The description provides no guidance on when to use this tool versus alternatives like 'get-task' (singular) or other sibling tools. There's no mention of prerequisites, context requirements, or differentiation from similar tools in the server.

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

Related 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/doso/specif-ai-mcp-server-archive'

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